Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index c2fed1e7de1d4611c519f7eb37e521a5fa0a488e..a7921599ee8b18719d753dfc20435fe5ecdab720 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -280,6 +280,10 @@ const char kDisableAcceleratedJpegDecoding[] = |
const char kEnableBleedingEdgeRenderingFastPaths[] = |
"enable-bleeding-edge-rendering-fast-paths"; |
+// Enables new cc/animation system (Project Heaviside). crbug.com/394772 |
+const char kEnableCompositorAnimationTimelines[] = |
+ "enable-compositor-animation-timelines"; |
+ |
// Enables LCD text. |
const char kEnableLCDText[] = "enable-lcd-text"; |