Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: include/core/SkBitmap.h

Issue 1514503004: SkBitmap move (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-12-14 (Monday) 12:27:36 EST Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/core/SkBitmap.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; }
« no previous file with comments | « no previous file | src/core/SkBitmap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698