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

Unified Diff: third_party/WebKit/Source/platform/graphics/StaticBitmapImage.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/StaticBitmapImage.h
diff --git a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
index b60cd039488df93b1cdc4e808587e9787a1cd1d9..adac80516e32da17a6ea16785d1b48e81b993b59 100644
--- a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
+++ b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
@@ -37,7 +37,7 @@ class PLATFORM_EXPORT StaticBitmapImage : public Image {
// Methods that have a default implementation, and overrided by only one
// sub-class
virtual bool hasMailbox() { return false; }
-
+ virtual bool isAccelerated() { return false; }
virtual void transfer() {}
// Methods overrided by AcceleratedStaticBitmapImage only

Powered by Google App Engine
This is Rietveld 408576698