Index: src/core/SkRecorder.h |
diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h |
index d0a992fc082f85fcbeaef70553d808f9a1ff711e..897c5ddd4583e2bba129cc8cd4d22fb59485c531 100644 |
--- a/src/core/SkRecorder.h |
+++ b/src/core/SkRecorder.h |
@@ -8,6 +8,7 @@ |
#ifndef SkRecorder_DEFINED |
#define SkRecorder_DEFINED |
+#include "SkBigPicture.h" |
#include "SkCanvas.h" |
#include "SkRecord.h" |
#include "SkRecords.h" |
@@ -25,7 +26,7 @@ public: |
void append(SkDrawable* drawable); |
// Return a new or ref'd array of pictures that were snapped from our drawables. |
- SkPicture::SnapshotArray* newDrawableSnapshot(); |
+ SkBigPicture::SnapshotArray* newDrawableSnapshot(); |
private: |
SkTDArray<SkDrawable*> fArray; |