aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/core/SkPicture.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index 9866505141..fa1cc4954d 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -186,6 +186,13 @@ public:
*/
void serialize(SkWStream*, EncodeBitmap encoder = NULL) const;
+ /**
+ * Returns true if any bitmaps may be produced when this SkPicture
+ * is replayed.
+ * Returns false if called while still recording.
+ */
+ bool willPlayBackBitmaps() const;
+
#ifdef SK_BUILD_FOR_ANDROID
/** Signals that the caller is prematurely done replaying the drawing
commands. This can be called from a canvas virtual while the picture