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

Unified Diff: include/core/SkPicture.h

Issue 14158015: Allow supporting older PICTURE_VERSIONs. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 8 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/SkOrderedReadBuffer.h » ('j') | src/core/SkOrderedReadBuffer.cpp » ('J')
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 b2c2b62edec4ee3684dc4ef4ef3129a1e29f2ad8..157c4cafb6afb93a0dfb6b1a22ca23f587997169 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -192,7 +192,6 @@ public:
void abortPlayback();
#endif
-protected:
// V2 : adds SkPixelRef's generation ID.
// V3 : PictInfo tag at beginning, and EOF tag at the end
// V4 : move SkPictInfo to be the header
@@ -206,6 +205,7 @@ protected:
// V11: modify how readBitmap and writeBitmap store their info.
static const uint32_t PICTURE_VERSION = 11;
+protected:
// fPlayback, fRecord, fWidth & fHeight are protected to allow derived classes to
// install their own SkPicturePlayback-derived players,SkPictureRecord-derived
// recorders and set the picture size
« no previous file with comments | « no previous file | src/core/SkOrderedReadBuffer.h » ('j') | src/core/SkOrderedReadBuffer.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698