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

Unified Diff: third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl

Issue 2490443002: Make OffscreenCanvas an EventTarget (Closed)
Patch Set: pass API layout tests Created 4 years, 1 month 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/core/offscreencanvas/OffscreenCanvas.idl
diff --git a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl
index 2e3c74dbd34a0be5aa780408c6129d928e599702..80c818118753db3368ac83352567e4f2ab02680c 100644
--- a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl
+++ b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl
@@ -7,7 +7,7 @@
Exposed=(Window,Worker),
RuntimeEnabled=ExperimentalCanvasFeatures,
MeasureAs=OffscreenCanvas,
-] interface OffscreenCanvas {
+] interface OffscreenCanvas : EventTarget {
[RaisesException=Setter, EnforceRange] attribute unsigned long width;
[RaisesException=Setter, EnforceRange] attribute unsigned long height;

Powered by Google App Engine
This is Rietveld 408576698