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

Unified Diff: webkit/plugins/ppapi/ppb_image_data_impl.h

Issue 10823378: Cache image data objects. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months 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
Index: webkit/plugins/ppapi/ppb_image_data_impl.h
diff --git a/webkit/plugins/ppapi/ppb_image_data_impl.h b/webkit/plugins/ppapi/ppb_image_data_impl.h
index 23a8f3259f5a9b770047f71d1633c9452916b4f8..489a9e63d030183bb2dc60d1a60b6d8161b8cdb2 100644
--- a/webkit/plugins/ppapi/ppb_image_data_impl.h
+++ b/webkit/plugins/ppapi/ppb_image_data_impl.h
@@ -97,9 +97,6 @@ class WEBKIT_PLUGINS_EXPORT PPB_ImageData_Impl
const SkBitmap* GetMappedBitmap() const;
- // Swaps the guts of this image data with another.
- void Swap(PPB_ImageData_Impl* other);
-
private:
PP_ImageDataFormat format_;
int width_;

Powered by Google App Engine
This is Rietveld 408576698