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

Unified Diff: Source/core/svg/SVGDiscardElement.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/SVGDiscardElement.idl
diff --git a/Source/core/svg/SVGDiscardElement.idl b/Source/core/svg/SVGDiscardElement.idl
index 2b510237afec1118adfad1b5cd7ac273bbedec62..cd10a61c2fb74a52098b9a86441caa8df3adab12 100644
--- a/Source/core/svg/SVGDiscardElement.idl
+++ b/Source/core/svg/SVGDiscardElement.idl
@@ -31,5 +31,6 @@
// TODO(philipj): The SVGDiscardElement interface does not exist in the spec
// yet: http://www.w3.org/Graphics/SVG/WG/track/actions/3727
+[RuntimeEnabled=SMIL]
interface SVGDiscardElement : SVGElement {
};

Powered by Google App Engine
This is Rietveld 408576698