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

Unified Diff: third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h

Issue 2738573002: Streamline the presentation of ImageBitmapRenderingContext (Closed)
Patch Set: Fixed expectations Created 3 years, 8 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 a26642f2eeb75a9ae74d20da259b9ecd1f5ebca2..948a9feeb55067aea7f6954d91e2d19b898d809e 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