| Index: content/browser/android/content_startup_flags.cc
|
| diff --git a/content/browser/android/content_startup_flags.cc b/content/browser/android/content_startup_flags.cc
|
| index acda33ee494b2fe47326d9ecafbebecf485b8112..0606bc21eec7e92087f5f113bddb4c91ed3c2bbd 100644
|
| --- a/content/browser/android/content_startup_flags.cc
|
| +++ b/content/browser/android/content_startup_flags.cc
|
| @@ -80,13 +80,11 @@ void SetContentCommandLineFlags(bool single_process,
|
| switches::kProfilerTiming, switches::kProfilerTimingDisabledValue);
|
| }
|
|
|
| -#if !defined(USE_AURA)
|
| cc::LayerSettings layer_settings;
|
| layer_settings.use_compositor_animation_timelines =
|
| !parsed_command_line->HasSwitch(
|
| switches::kDisableAndroidCompositorAnimationTimelines);
|
| Compositor::SetLayerSettings(layer_settings);
|
| -#endif
|
| }
|
|
|
| } // namespace content
|
|
|