| Index: src/gpu/GrRecordReplaceDraw.h
|
| diff --git a/src/gpu/GrRecordReplaceDraw.h b/src/gpu/GrRecordReplaceDraw.h
|
| index 0dadcfa0cb1daeb3a850cd31568f38f6703e08e9..c0dd0b6a329deb47080633e798b19b779527b3b9 100644
|
| --- a/src/gpu/GrRecordReplaceDraw.h
|
| +++ b/src/gpu/GrRecordReplaceDraw.h
|
| @@ -8,11 +8,12 @@
|
| #ifndef GrRecordReplaceDraw_DEFINED
|
| #define GrRecordReplaceDraw_DEFINED
|
|
|
| -#include "SkPicture.h"
|
| +#include "SkDrawPictureCallback.h"
|
|
|
| class GrLayerCache;
|
| class SkCanvas;
|
| class SkMatrix;
|
| +class SkPicture;
|
|
|
| // Draw an SkPicture into an SkCanvas replacing saveLayer/restore blocks with
|
| // drawBitmap calls. A convenience wrapper around SkRecords::Draw.
|
| @@ -21,6 +22,6 @@
|
| SkCanvas*,
|
| GrLayerCache* layerCache,
|
| const SkMatrix& initialMatrix,
|
| - SkPicture::AbortCallback*);
|
| + SkDrawPictureCallback*);
|
|
|
| #endif // GrRecordReplaceDraw_DEFINED
|
|
|