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 18026e83671dcfcfa5895a6ec700eb726da4c3b3..4fb845416a9e3a838f00f7ee9a270fa44ecb860f 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; } |
// To be called on sender thread before performing a transfer |
void transfer() final; |