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

Unified Diff: Source/core/svg/SVGMPathElement.idl

Issue 1251983005: Flag to disable SMIL support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: animateTransform Created 5 years, 5 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: Source/core/svg/SVGMPathElement.idl
diff --git a/Source/core/svg/SVGMPathElement.idl b/Source/core/svg/SVGMPathElement.idl
index beaf744b2c0435e3746cb62483cf5cc1e77a60f7..1f53566df3e4d7b149b415d506918b1efc952c44 100644
--- a/Source/core/svg/SVGMPathElement.idl
+++ b/Source/core/svg/SVGMPathElement.idl
@@ -25,6 +25,7 @@
// http://www.w3.org/TR/SVG2/animate.html#InterfaceSVGMPathElement
+[RuntimeEnabled=SMIL]
interface SVGMPathElement : SVGElement {
};

Powered by Google App Engine
This is Rietveld 408576698