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

Unified Diff: src/core/SkPictureData.h

Issue 381963002: Re-add friend Chrome requires (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkPictureData.h
diff --git a/src/core/SkPictureData.h b/src/core/SkPictureData.h
index e4ee86ab8fa3c2a0579b0a54f76b83392be850ac..3f7ab00d0d03bb15e4729a6971facc6197b44a5e 100644
--- a/src/core/SkPictureData.h
+++ b/src/core/SkPictureData.h
@@ -246,6 +246,8 @@ public:
#endif
private:
+ friend class SkPicture; // needed in SkPicture::clone (rm when it is removed)
+
void init();
// these help us with reading/writing
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698