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

Unified Diff: Source/core/svg/SVGTagNames.in

Issue 1251983005: Flag to disable SMIL support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: smil not sMIL 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
« no previous file with comments | « Source/core/svg/SVGSVGElement.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/svg/SVGTagNames.in
diff --git a/Source/core/svg/SVGTagNames.in b/Source/core/svg/SVGTagNames.in
index 0a725de36e96ed866bad6b6e3bde3b19580361fa..fc6afba58843c3ff3cb12c413b014def4817eecb 100644
--- a/Source/core/svg/SVGTagNames.in
+++ b/Source/core/svg/SVGTagNames.in
@@ -5,17 +5,17 @@ fallbackJSInterfaceName="SVGElement"
export="CORE_EXPORT"
a
-animate noTypeHelpers
-animateColor interfaceName=SVGUnknownElement, JSInterfaceName=SVGElement, noConstructor
-animateMotion
-animateTransform
-set
+animate runtimeEnabled=smil, noTypeHelpers
+animateColor runtimeEnabled=smil, interfaceName=SVGUnknownElement, JSInterfaceName=SVGElement, noConstructor
+animateMotion runtimeEnabled=smil
+animateTransform runtimeEnabled=smil
+set runtimeEnabled=smil
circle
clipPath
cursor
defs
desc
-discard
+discard runtimeEnabled=smil
ellipse
feBlend
feColorMatrix
@@ -51,7 +51,7 @@ linearGradient
marker
mask
metadata
-mpath interfaceName=SVGMPathElement
+mpath runtimeEnabled=smil, interfaceName=SVGMPathElement
path
pattern
polygon
« no previous file with comments | « Source/core/svg/SVGSVGElement.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698