| Index: third_party/WebKit/Source/platform/graphics/Image.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Image.h b/third_party/WebKit/Source/platform/graphics/Image.h
|
| index e238844dd926b948be7cfb0f1b95c46a56a75cb8..fa6bf0c1fd1891e1cbd3c7071578d7dc95305856 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Image.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Image.h
|
| @@ -85,7 +85,6 @@ class PLATFORM_EXPORT Image : public ThreadSafeRefCounted<Image> {
|
| virtual bool currentFrameIsComplete() { return false; }
|
| virtual bool currentFrameIsLazyDecoded() { return false; }
|
| virtual bool isTextureBacked();
|
| - virtual void transfer() {}
|
|
|
| // Derived classes should override this if they can assure that the current
|
| // image frame contains only resources from its own security origin.
|
|
|