aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkPicture.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index 7cba671d0a..04b2138b46 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -111,11 +111,6 @@ public:
virtual ~SkPicture();
/**
- * Swap the contents of the two pictures. Guaranteed to succeed.
- */
- void swap(SkPicture& other);
-
- /**
* Creates a thread-safe clone of the picture that is ready for playback.
*/
SkPicture* clone() const;