| 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 2f0c632c85ece81a9606cab00dc3a2329f23496b..42eb528e2ab03384a219d1e20ded346a8ab98da7 100644
|
| --- a/content/browser/android/content_startup_flags.cc
|
| +++ b/content/browser/android/content_startup_flags.cc
|
| @@ -100,11 +100,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
|
|
|