Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 49f21808f49a7e65b747b90d5557c89a3586a6dc..dfe909130a5144c4fb850905f6f5c9601d8ff0e3 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -232,6 +232,12 @@ const char kEnableSCTPDataChannels[] = "enable-sctp-data-channels"; |
// Enable WebRTC to open TCP server sockets. |
const char kEnableWebRtcTcpServerSocket[] = "enable-webrtc-tcp-server-socket"; |
+// Enable CSS Transitions / Animations on the Web Animations model. |
+const char kEnableWebAnimationsCSS[] = "enable-web-animations-css"; |
+ |
+// Enable SVG Animations on the Web Animations model. |
+const char kEnableWebAnimationsSVG[] = "enable-web-animations-svg"; |
+ |
// Enables Web MIDI API. |
const char kEnableWebMIDI[] = "enable-web-midi"; |