| Index: third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| index 2a203df8d7516239f60e4ef6d6dd298250e4811f..131754a49ab17ffc8e26df04179cc542df3e8a7d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| @@ -37,7 +37,6 @@ class PLATFORM_EXPORT StaticBitmapImage : public Image {
|
| // Methods that have a default implementation, and overrided by only one
|
| // sub-class
|
| virtual bool hasMailbox() { return false; }
|
| -
|
| virtual void transfer() {}
|
|
|
| // Methods overrided by AcceleratedStaticBitmapImage only
|
|
|