| Index: ui/compositor/compositor_switches.cc
|
| diff --git a/ui/compositor/compositor_switches.cc b/ui/compositor/compositor_switches.cc
|
| index 1a2c6ca55e337a08337c47a1192a80c18a87b473..c8464ddfdaa140e37c46eb42bb54ff8dfa327825 100644
|
| --- a/ui/compositor/compositor_switches.cc
|
| +++ b/ui/compositor/compositor_switches.cc
|
| @@ -15,9 +15,6 @@ const char kEnableHardwareOverlays[] = "enable-hardware-overlays";
|
| // Forces tests to produce pixel output when they normally wouldn't.
|
| const char kEnablePixelOutputInTests[] = "enable-pixel-output-in-tests";
|
|
|
| -const char kUIDisableCompositorAnimationTimelines[] =
|
| - "ui-disable-compositor-animation-timelines";
|
| -
|
| // Disable partial swap which is needed for some OpenGL drivers / emulators.
|
| const char kUIDisablePartialSwap[] = "ui-disable-partial-swap";
|
|
|
|
|