aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/core/SkPicture.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index 9da8de9383..c41709d4be 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -105,13 +105,6 @@ public:
virtual ~SkPicture();
-#ifdef SK_SUPPORT_LEGACY_PICTURE_CLONE
- /**
- * Creates a thread-safe clone of the picture that is ready for playback.
- */
- SkPicture* clone() const;
-#endif
-
/** Replays the drawing commands on the specified canvas. Note that
this has the effect of unfurling this picture into the destination
canvas. Using the SkCanvas::drawPicture entry point gives the destination