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 0cf233cc85bc2f974387f39c1ca4ae2a44287843..94da564ddf9cd79007b593d9b09413d1c352ded5 100644 |
--- a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h |
+++ b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h |
@@ -40,6 +40,8 @@ class PLATFORM_EXPORT StaticBitmapImage : public Image { |
// sub-class |
virtual bool hasMailbox() { return false; } |
+ virtual void transfer() {} |
+ |
// Methods overrided by AcceleratedStaticBitmapImage only |
virtual void copyToTexture(WebGraphicsContext3DProvider*, |
GLuint, |