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

Unified Diff: include/core/SkPicture.h

Issue 490253003: Implement SkPicture::bytesUsed() for SkRecord backend (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Move to SkPictureUtils, start unit test Created 6 years, 4 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 | include/utils/SkPictureUtils.h » ('j') | src/core/SkQuadTree.h » ('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 7a79bab26b0cdd1859a1387727ee2d5daee68130..638eacb8353d59949c5dae97fe411b287be94131 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -297,6 +297,7 @@ private:
friend class GrGatherCanvas; // needs to know if old or new picture
friend class SkPicturePlayback; // to get fData & OperationList
friend class SkPictureReplacementPlayback; // to access OperationList
+ friend class SkPictureUtils;
typedef SkRefCnt INHERITED;
« no previous file with comments | « no previous file | include/utils/SkPictureUtils.h » ('j') | src/core/SkQuadTree.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698