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

Unified Diff: third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.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/modules/canvas2d/CanvasRenderingContext2D.h
diff --git a/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h b/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h
index 4d4bffb511e74b733375b662726908499a18ac69..c7221cbadb7b6bdc353791bc372e8db5fce97a35 100644
--- a/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h
+++ b/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h
@@ -233,6 +233,7 @@ class MODULES_EXPORT CanvasRenderingContext2D final
return CanvasRenderingContext::Context2d;
}
bool is2d() const override { return true; }
+ bool isComposited() const override;
bool isAccelerated() const override;
bool hasAlpha() const override { return creationAttributes().alpha(); }
void setIsHidden(bool) override;

Powered by Google App Engine
This is Rietveld 408576698