| 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 67d32a631ccf4754c828b2860a83ead49c67b5c0..7753fa845fc2a83508c658d701a23e1b599fadec 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| @@ -38,7 +38,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
|
| virtual void copyToTexture(WebGraphicsContext3DProvider*,
|
|
|