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

Unified Diff: Source/core/html/canvas/Path2D.idl

Issue 227583006: Enable Path2D object and some path APIs by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: shipping Created 6 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
« no previous file with comments | « Source/core/html/canvas/CanvasRenderingContext2D.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/Path2D.idl
diff --git a/Source/core/html/canvas/Path2D.idl b/Source/core/html/canvas/Path2D.idl
index b67de6c8cff53721a25b460fd0882c475482be38..cfb01c58c7f975f370fdf8a46c1486c09a58e099 100644
--- a/Source/core/html/canvas/Path2D.idl
+++ b/Source/core/html/canvas/Path2D.idl
@@ -27,7 +27,7 @@
*/
[
- RuntimeEnabled=ExperimentalCanvasFeatures,
+ RuntimeEnabled=Path2D,
Constructor,
Constructor(Path2D path),
Constructor(DOMString text)
« no previous file with comments | « Source/core/html/canvas/CanvasRenderingContext2D.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698