| 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 21caac78ae27094dd64736795bb1e8dc6d519fdd..8c1c37a8ed9342502bd970a7152baa68ce07aa1f 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| @@ -33,6 +33,7 @@ public:
|
| bool isTextureBacked() override;
|
| virtual void copyToTexture(WebGraphicsContext3DProvider*, GLuint, GLenum, GLenum, bool) { NOTREACHED(); }
|
| virtual bool hasMailbox() { return false; }
|
| + virtual void transfer() { }
|
|
|
| protected:
|
| StaticBitmapImage(PassRefPtr<SkImage>);
|
|
|