Index: src/core/SkRecorder.h |
diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h |
index 7b2cbfe3a0678ada51f40ee590a2ba7ae089abb4..b532c89060ea0ece9b014eb472f6ef78198097f3 100644 |
--- a/src/core/SkRecorder.h |
+++ b/src/core/SkRecorder.h |
@@ -22,9 +22,8 @@ public: |
SkRecorder(SkRecord*, const SkRect& bounds); |
virtual ~SkRecorder() SK_OVERRIDE; |
- // return a (new or ref'd) data containing the array of pictures that were |
- // snapped from our drawables. |
- SkData* newDrawableSnapshot(SkBBHFactory*, uint32_t recordFlags); |
+ // Return a new or ref'd array of pictures that were snapped from our drawables. |
+ SkPicture::SnapshotArray* newDrawableSnapshot(SkBBHFactory*, uint32_t recordFlags); |
// Make SkRecorder forget entirely about its SkRecord*; all calls to SkRecorder will fail. |
void forgetRecord(); |