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

Unified Diff: include/core/SkPicture.h

Issue 698643002: Expose FillBounds to allow GrPictureUtils::CollectLayers to be layered on top of it (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Possible layering fix Created 6 years, 1 month 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/SkMultiPictureDraw.cpp » ('j') | src/core/SkMultiPictureDraw.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 d353a2a91c340f53ab44402cd1a7c127addb425f..190e6d9666463c0c8da146d3c3477148254d98ee 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -20,6 +20,7 @@
class GrContext;
#endif
+class GrAccelData;
class GrReplacements;
class SkBBoxHierarchy;
class SkCanvas;
@@ -283,6 +284,7 @@ private:
friend class SkRecords::CollectLayers; // access to fRecord
mtklein 2014/11/03 19:46:02 No need for this friend anymore?
robertphillips 2014/11/06 16:50:32 SkPicturePlayback still exists so I think that cle
friend class SkPicturePlayback; // to get fData
friend class ReplaceDraw;
+ friend const GrAccelData* GPUOptimize(const SkPicture* pict);
typedef SkRefCnt INHERITED;
« no previous file with comments | « no previous file | src/core/SkMultiPictureDraw.cpp » ('j') | src/core/SkMultiPictureDraw.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698