Chromium Code Reviews| 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; |