| Index: src/core/SkPicturePlayback.h
|
| diff --git a/src/core/SkPicturePlayback.h b/src/core/SkPicturePlayback.h
|
| index 6daeeeefd8377b6e932bb61a925f3c7c3139d580..6bc13bf74f9301fa5d109c7698e2f23456e9ca4c 100644
|
| --- a/src/core/SkPicturePlayback.h
|
| +++ b/src/core/SkPicturePlayback.h
|
| @@ -23,7 +23,7 @@ public:
|
| , fCurOffset(0) {
|
| }
|
|
|
| - void draw(SkCanvas* canvas, SkPicture::AbortCallback*, const SkReadBuffer* buffer);
|
| + void draw(SkCanvas* canvas, SkPicture::AbortCallback*, SkReadBuffer* buffer);
|
|
|
| // TODO: remove the curOp calls after cleaning up GrGatherDevice
|
| // Return the ID of the operation currently being executed when playing
|
|
|