| Index: include/core/SkPicture.h
|
| diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
|
| index d8aced19ab21cf59b22dbb09d6c8a63b5185e847..af4f1237d2018cdd6e1f29b416c87c8446a2a2e2 100644
|
| --- a/include/core/SkPicture.h
|
| +++ b/include/core/SkPicture.h
|
| @@ -20,6 +20,7 @@
|
| class GrContext;
|
| #endif
|
|
|
| +class GrReplacements;
|
| class SkBBoxHierarchy;
|
| class SkCanvas;
|
| class SkData;
|
| @@ -299,7 +300,11 @@ private:
|
| friend class GrLayerHoister; // access to fRecord
|
| friend class CollectLayers; // access to fRecord
|
| friend class SkPicturePlayback; // to get fData & OperationList
|
| - friend class SkPictureReplacementPlayback; // to access OperationList
|
| + friend void GrRecordReplaceDraw(const SkPicture* picture,
|
| + SkCanvas* canvas,
|
| + const GrReplacements* replacements,
|
| + const SkMatrix& initialMatrix,
|
| + SkDrawPictureCallback* callback);
|
|
|
| typedef SkRefCnt INHERITED;
|
|
|
|
|