| Index: src/core/SkPicture.cpp
|
| diff --git a/src/core/SkPicture.cpp b/src/core/SkPicture.cpp
|
| index 871a62e8f36d4f8d184e71a24d688510ae9dd755..63f32e650bba552d3ce2892cf58b789657a305c8 100644
|
| --- a/src/core/SkPicture.cpp
|
| +++ b/src/core/SkPicture.cpp
|
| @@ -15,6 +15,7 @@
|
| #include "SkBitmapDevice.h"
|
| #include "SkCanvas.h"
|
| #include "SkChunkAlloc.h"
|
| +#include "SkDrawPictureCallback.h"
|
| #include "SkMessageBus.h"
|
| #include "SkPaintPriv.h"
|
| #include "SkPathEffect.h"
|
| @@ -309,7 +310,7 @@
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|
| -void SkPicture::playback(SkCanvas* canvas, AbortCallback* callback) const {
|
| +void SkPicture::playback(SkCanvas* canvas, SkDrawPictureCallback* callback) const {
|
| SkASSERT(canvas);
|
|
|
| // If the query contains the whole picture, don't bother with the BBH.
|
|
|