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

Unified Diff: third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.h

Issue 2653933003: Make stream captures work on canvases that are not in the DOM. (Closed)
Patch Set: rebase Created 3 years, 10 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/offscreencanvas2d/OffscreenCanvasRenderingContext2D.h
diff --git a/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.h b/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.h
index 37040aa4ef3b6014810d644cd442e584817679e7..cd30654ebc930b0e45d9e28f721884e8f31cbb8f 100644
--- a/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.h
+++ b/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.h
@@ -72,7 +72,9 @@ class MODULES_EXPORT OffscreenCanvasRenderingContext2D final
void disableDeferral(DisableDeferralReason) final;
AffineTransform baseTransform() const final;
- void didDraw(const SkIRect& dirtyRect) final;
+ void didDraw(const SkIRect& dirtyRect) final; // overrides
+ // BaseRenderingContext2D and
+ // CanvasRenderingContext
bool stateHasFilter() final;
sk_sp<SkImageFilter> stateGetFilter() final;

Powered by Google App Engine
This is Rietveld 408576698