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

Unified Diff: include/core/SkPicture.h

Issue 685263004: Upgrade GPUOptimize (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: clean up test Created 6 years, 2 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/gpu/GrLayerHoister.cpp » ('j') | no next file with comments »
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 a83490dcbf07b826cc99cc1cec9225cf5f382038..d353a2a91c340f53ab44402cd1a7c127addb425f 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -33,6 +33,10 @@ struct SkPictInfo;
class SkRecord;
+namespace SkRecords {
+ class CollectLayers;
+};
+
/** \class SkPicture
The SkPicture class records the drawing commands made to a canvas, to
@@ -276,7 +280,7 @@ private:
friend class SkPictureRecorder; // SkRecord-based constructor.
friend class SkGpuDevice; // for fData access
friend class GrLayerHoister; // access to fRecord
- friend class CollectLayers; // access to fRecord
+ friend class SkRecords::CollectLayers; // access to fRecord
friend class SkPicturePlayback; // to get fData
friend class ReplaceDraw;
« no previous file with comments | « no previous file | src/gpu/GrLayerHoister.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698