| 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 9821566fdd57193af7d8a84b44afae562e7f4d34..c8376320688b121f59aa0ac0e06afbbe6678c630 100644
|
| --- a/content/browser/android/content_startup_flags.cc
|
| +++ b/content/browser/android/content_startup_flags.cc
|
| @@ -99,11 +99,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
|
|
|