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

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

Issue 986173002: Animations: Implement runtime flag for enabling compositor animation timelines. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move switch from cc to content. Introduce ui switch. Created 5 years, 9 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/renderer_host/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index 3f9003bfabf66ef23a375894a2c90ba9eb84dc91..d9d2a37fa60f792270746a506d9fc37f2b6f55b2 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -1241,6 +1241,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kEnableBlinkFeatures,
switches::kEnableBrowserSideNavigation,
switches::kEnablePreferCompositingToLCDText,
danakj 2015/03/12 20:29:57 mind moving this to be alphabetical while you're h
loyso (OOO) 2015/03/12 23:18:50 Acknowledged.
+ switches::kEnableCompositorAnimationTimelines,
switches::kEnableCredentialManagerAPI,
switches::kEnableDeferredImageDecoding,
switches::kEnableDelayAgnosticAec,

Powered by Google App Engine
This is Rietveld 408576698