Chromium Code Reviews| 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&&); |
|
reed1
2015/12/14 17:42:42
style nit: move these closer to their counterparts
hal.canary
2015/12/14 17:55:25
done
|
| + |
| /////////////////////////////////////////////////////////////////////////// |
| const SkImageInfo& info() const { return fInfo; } |