Index: include/core/SkPicture.h |
=================================================================== |
--- include/core/SkPicture.h (revision 14079) |
+++ include/core/SkPicture.h (working copy) |
@@ -316,8 +316,11 @@ |
int fWidth, fHeight; |
const AccelData* fAccelData; |
+//public: |
void needsNewGenID() { fUniqueID = SK_InvalidGenID; } |
+//protected: |
+ |
// Create a new SkPicture from an existing SkPicturePlayback. Ref count of |
// playback is unchanged. |
SkPicture(SkPicturePlayback*, int width, int height); |