Index: third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.h |
diff --git a/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.h b/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.h |
index 8ad0fff8b499b22c2ba646b0fb50e4dfaef388ef..3510b1e952682d30f9e57057a088af5de8fe6b40 100644 |
--- a/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.h |
+++ b/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.h |
@@ -55,6 +55,7 @@ class PLATFORM_EXPORT AcceleratedStaticBitmapImage final |
bool flipY) override; |
bool hasMailbox() final { return m_textureHolder->isMailboxTextureHolder(); } |
+ bool isAccelerated() final { return true; } |
xlai (Olivia)
2017/03/24 19:12:42
You don't need to add this function. isTextureBack
|
// To be called on sender thread before performing a transfer |
void transfer() final; |