aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPictureRecorder.h
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2015-02-06 08:36:15 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-06 08:36:15 -0800
commit3cb3840c9af6f70896cf5565a38d4ee03c02d767 (patch)
treecca84070500dbdd9b4cc1e2b1a7d125964739e81 /include/core/SkPictureRecorder.h
parentc4e87724920222a218f31b22612efc5b1ec0ed6c (diff)
Rename SkCanvasDrawable to SkDrawable, and make public
(patchset #2 id:20001 of https://codereview.chromium.org/903993002/)" This reverts commit c4e87724920222a218f31b22612efc5b1ec0ed6c. BUG=skia: TBR= NOTREECHECKS=True Review URL: https://codereview.chromium.org/898343004
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(); }