| 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 a775b14c3379cdccaaf84cdd7c85d8e7d9964763..8c2e541b49a3d722de60c2128725c086370ae554 100644
|
| --- a/content/browser/android/content_startup_flags.cc
|
| +++ b/content/browser/android/content_startup_flags.cc
|
| @@ -80,11 +80,13 @@ void SetContentCommandLineFlags(bool single_process,
|
| switches::kProfilerTiming, switches::kProfilerTimingDisabledValue);
|
| }
|
|
|
| +#if !defined(USE_AURA)
|
| cc::LayerSettings layer_settings;
|
| if (parsed_command_line->HasSwitch(
|
| switches::kEnableAndroidCompositorAnimationTimelines))
|
| layer_settings.use_compositor_animation_timelines = true;
|
| Compositor::SetLayerSettings(layer_settings);
|
| +#endif
|
| }
|
|
|
| } // namespace content
|
|
|