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

Unified Diff: third_party/WebKit/Source/modules/canvas2d/Path2D.idl

Issue 1806943005: Implemented/Tested line-drawing functions in OffscreenCanvas 2D Context (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Name the new runtime-enabled flag as "StableBlinkFeatures" Created 4 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/Path2D.idl
diff --git a/third_party/WebKit/Source/modules/canvas2d/Path2D.idl b/third_party/WebKit/Source/modules/canvas2d/Path2D.idl
index 8f8a2a1735600edcb2323217aeeff37fac1da4ca..c6d5748294ac2b79fbdb05ef011ed06cf5629956 100644
--- a/third_party/WebKit/Source/modules/canvas2d/Path2D.idl
+++ b/third_party/WebKit/Source/modules/canvas2d/Path2D.idl
@@ -33,6 +33,7 @@
Constructor(Path2D path),
Constructor(DOMString text),
GarbageCollected,
+ Exposed(Worker ExperimentalCanvasFeatures,Window StableBlinkFeatures),
Justin Novosad 2016/03/22 14:34:48 space after comma.
] interface Path2D {
[RuntimeEnabled=ExperimentalCanvasFeatures] void addPath(Path2D path, optional SVGMatrix? transform);

Powered by Google App Engine
This is Rietveld 408576698