Index: src/core/SkRecordDraw.h |
diff --git a/src/core/SkRecordDraw.h b/src/core/SkRecordDraw.h |
index 509f5a6c72bbea6465bef0ffb14985b255f0059b..593674edddee936ca14a55bcd86b01a3a1790b05 100644 |
--- a/src/core/SkRecordDraw.h |
+++ b/src/core/SkRecordDraw.h |
@@ -10,7 +10,6 @@ |
#include "SkBBoxHierarchy.h" |
#include "SkCanvas.h" |
-#include "SkDrawPictureCallback.h" |
#include "SkMatrix.h" |
#include "SkRecord.h" |
@@ -27,7 +26,7 @@ void SkRecordComputeLayers(const SkRect& cullRect, const SkRecord& record, |
// Draw an SkRecord into an SkCanvas. A convenience wrapper around SkRecords::Draw. |
void SkRecordDraw(const SkRecord&, SkCanvas*, SkPicture const* const drawablePicts[], |
SkCanvasDrawable* const drawables[], int drawableCount, |
- const SkBBoxHierarchy*, SkDrawPictureCallback*); |
+ const SkBBoxHierarchy*, SkPicture::AbortCallback*); |
// Draw a portion of an SkRecord into an SkCanvas. |
// When drawing a portion of an SkRecord the CTM on the passed in canvas must be |