Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(771)

Unified Diff: third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.h

Issue 2738573002: Streamline the presentation of ImageBitmapRenderingContext (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698