Index: include/core/SkPictureRecorder.h |
diff --git a/include/core/SkPictureRecorder.h b/include/core/SkPictureRecorder.h |
index 14443b23d8fcc3bdbc5d20a4119455cffc3993b0..b25e26b26a824e7e72ea10268f90ea70dcbbcd79 100644 |
--- a/include/core/SkPictureRecorder.h |
+++ b/include/core/SkPictureRecorder.h |
@@ -19,7 +19,7 @@ namespace android { |
#endif |
class SkCanvas; |
-class SkCanvasDrawable; |
+class SkDrawable; |
class SkPictureRecord; |
class SkRecord; |
class SkRecorder; |
@@ -79,7 +79,7 @@ public: |
* and therefore this drawable will reflect the current state of those nested drawables anytime |
* it is drawn or a new picture is snapped from it (by calling drawable->newPictureSnapshot()). |
*/ |
- SkCanvasDrawable* EXPERIMENTAL_endRecordingAsDrawable(); |
+ SkDrawable* endRecordingAsDrawable(); |
// Legacy API -- use endRecordingAsPicture instead. |
SkPicture* endRecording() { return this->endRecordingAsPicture(); } |