Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 14dfc5a565890a7a0291be823994cf5e1244b636..0b9705de4f6a35c84a9a0d2136e2be1458d789b8 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -576,6 +576,9 @@ const char kEnableVisualWordMovement[] = "enable-visual-word-movement"; |
// Enable the Vtune profiler support. |
const char kEnableVtune[] = "enable-vtune-support"; |
+// Disable CSS Transitions / Animations on the Web Animations model. |
+const char kDisableWebAnimationsCSS[] = "disable-web-animations-css"; |
+ |
// Enable CSS Transitions / Animations on the Web Animations model. |
const char kEnableWebAnimationsCSS[] = "enable-web-animations-css"; |