| Index: include/core/SkBitmap.h
|
| diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h
|
| index cf1c4c77f208f718a54dbe1a3c677810a3eb70e2..eb58a63414d821ca9545857398a45caaab123bcf 100644
|
| --- a/include/core/SkBitmap.h
|
| +++ b/include/core/SkBitmap.h
|
| @@ -65,6 +65,9 @@ public:
|
| // This method is not exported to java.
|
| void swap(SkBitmap& other);
|
|
|
| + SkBitmap& operator=(SkBitmap&&);
|
| + SkBitmap(SkBitmap&&);
|
| +
|
| ///////////////////////////////////////////////////////////////////////////
|
|
|
| const SkImageInfo& info() const { return fInfo; }
|
|
|