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

Unified Diff: Source/core/svg/SVGAnimationElement.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/SVGAnimationElement.idl
diff --git a/Source/core/svg/SVGAnimationElement.idl b/Source/core/svg/SVGAnimationElement.idl
index c77cbfb9964c678985bdf4846a56a09707723117..fe1e1225bec582efe224641bd002e94fb464e3ba 100644
--- a/Source/core/svg/SVGAnimationElement.idl
+++ b/Source/core/svg/SVGAnimationElement.idl
@@ -26,6 +26,7 @@
// http://www.w3.org/TR/SVG2/animate.html#InterfaceSVGAnimationElement
+[RuntimeEnabled=SMIL]
interface SVGAnimationElement : SVGElement {
readonly attribute SVGElement targetElement;

Powered by Google App Engine
This is Rietveld 408576698