| Index: include/core/SkPicture.h
|
| diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
|
| index 7cba671d0a513ff4cce3330723ecf67609a063b5..04b2138b46e067143b8bc00e2e83402dfdb45b35 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;
|
|
|