Index: include/core/SkPicture.h |
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h |
index 0bac3f7e9ed62fb4bf8fbe1370594d1ddc9d2ac8..eb3fcc558755d22033bc38ed35d2de4756b0cbbd 100644 |
--- a/include/core/SkPicture.h |
+++ b/include/core/SkPicture.h |
@@ -58,6 +58,12 @@ public: |
typedef bool (*InstallPixelRefProc)(const void* src, size_t length, SkBitmap* dst); |
/** |
+ * @Deprecated - use CreateFromStream instead. |
+ * Create an SkPicture from an SkStream. |
+ */ |
+ SkPicture(SkStream*, bool*, InstallPixelRefProc); |
+ |
+ /** |
* Recreate a picture that was serialized into a stream. |
* @param SkStream Serialized picture data. |
* @param proc Function pointer for installing pixelrefs on SkBitmaps representing the |