| 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_;
|
|
|