aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPictureRecorder.h
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2015-02-06 08:02:57 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-06 08:02:57 -0800
commit4ae9eb7463cf2160723407359608f221c0d5e2a6 (patch)
tree3c7e641468bf30b164888c00fc3a64e3d2d82a68 /include/core/SkPictureRecorder.h
parent7fa87cd09f49f1ee9bc27e263038d0f0ae706241 (diff)
rename SkCanvasDrawable to SkDrawable, and make public
BUG=skia: NOTRY=True ... winbuilder flake Review URL: https://codereview.chromium.org/903993002
Diffstat (limited to 'include/core/SkPictureRecorder.h')
-rw-r--r--include/core/SkPictureRecorder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkPictureRecorder.h b/include/core/SkPictureRecorder.h
index 14443b23d8..b25e26b26a 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(); }