Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(715)

Unified Diff: include/core/SkPicture.h

Issue 17916003: Temporary change to keep chrome happy. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Prevent the playback from being deleted. Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/core/SkPicture.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | src/core/SkPicture.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698