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

Unified Diff: include/core/SkPicture.h

Issue 18655008: Revert "Temporary change to keep chrome happy." (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: 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 eb3fcc558755d22033bc38ed35d2de4756b0cbbd..0bac3f7e9ed62fb4bf8fbe1370594d1ddc9d2ac8 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -58,12 +58,6 @@ 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