aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@google.com>2014-06-23 15:29:52 -0400
committerGravatar Mike Klein <mtklein@google.com>2014-06-23 15:29:52 -0400
commit6fc763e3c2b1e539510cb18ece8b97e183099ab1 (patch)
treead32c32ded50d162e35f7d4dbf7c0587b5594a8d /include/core
parent744fb7313f31069e9eceeca4c0ff33dbe2fe1737 (diff)
No one uses SkPicture::swap.
BUG=skia: R=robertphillips@google.com Review URL: https://codereview.chromium.org/349313004
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;