| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 4bdb4204a2c52a63cd41b87a5882320a07c6d06a..ef8011acb5c0828c8516e6f394cfec6a5ae587ce 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -288,10 +288,6 @@ 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";
|
|
|
|
|