| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index aeeef71a46d77662bfe558a849a01fd0bed8dc69..6eedb5b5f3a2f1394357c88c122cd9b5af4d7a9b 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -922,11 +922,6 @@ const char kWebRtcMaxCaptureFramerate[] = "max-gum-fps";
|
| #endif
|
|
|
| #if defined(OS_ANDROID)
|
| -// Disable external animation system for Android compositor.
|
| -// See also kDisableCompositorAnimationTimelines for renderer compositors.
|
| -const char kDisableAndroidCompositorAnimationTimelines[] =
|
| - "disable-android-compositor-animation-timelines";
|
| -
|
| // Disable overscroll edge effects like those found in Android views.
|
| const char kDisableOverscrollEdgeEffect[] = "disable-overscroll-edge-effect";
|
|
|
|
|