Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Unified Diff: content/browser/android/content_startup_flags.cc

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 ebd585bcaf3426eb88dcbdcfffadaa9eed7d08b3..c717771aece93c7c0c0d289324b95520437e0d3f 100644
--- a/content/browser/android/content_startup_flags.cc
+++ b/content/browser/android/content_startup_flags.cc
@@ -104,11 +104,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

Powered by Google App Engine
This is Rietveld 408576698