| 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 398aeadfb3178b704185f07e0b054998f17793fb..2c2a6d26259b2c3ee9f26d91898c47820cc252b7 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| @@ -34,6 +34,7 @@
|
| bool isTextureBacked() override;
|
| virtual void copyToTexture(WebGraphicsContext3DProvider*, GLuint, GLenum, GLenum, bool) { NOTREACHED(); }
|
| virtual bool hasMailbox() { return false; }
|
| + virtual void transfer() { }
|
|
|
| protected:
|
| StaticBitmapImage(sk_sp<SkImage>);
|
|
|