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

Unified Diff: Source/core/page/RuntimeEnabledFeatures.in

Issue 18854016: Add runtime flags for Web Animations CSS and SVG implementations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Turn on WebAnimations when WebAnimationsCSS/SVG is specified. Fix copy pasta. Created 7 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/page/RuntimeEnabledFeatures.in
diff --git a/Source/core/page/RuntimeEnabledFeatures.in b/Source/core/page/RuntimeEnabledFeatures.in
index 86b299fecd7584d35e633f487936b38dcb515664..19a9eeb7c3ed389d96c2581a73ae97c8aaccac34 100644
--- a/Source/core/page/RuntimeEnabledFeatures.in
+++ b/Source/core/page/RuntimeEnabledFeatures.in
@@ -81,6 +81,8 @@ Touch status=stable
Vibration status=test
VideoTrack status=stable
WebAnimations
+WebAnimationsCSS depends_on=WebAnimations
+WebAnimationsSVG depends_on=WebAnimations
WebAudio condition=WEB_AUDIO, status=stable
WebGLDraftExtensions status=experimental
WebMIDI status=test

Powered by Google App Engine
This is Rietveld 408576698