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

Unified Diff: ui/compositor/compositor_switches.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: ui/compositor/compositor_switches.cc
diff --git a/ui/compositor/compositor_switches.cc b/ui/compositor/compositor_switches.cc
index afbaa580c4a3251cbe7ff9f2ac07961bc1fe0a88..c5f10f4460c62bd9a5dba7110f4a928e09958f8c 100644
--- a/ui/compositor/compositor_switches.cc
+++ b/ui/compositor/compositor_switches.cc
@@ -17,6 +17,9 @@ const char kEnablePixelOutputInTests[] = "enable-pixel-output-in-tests";
const char kUIDisableThreadedCompositing[] = "ui-disable-threaded-compositing";
+const char kUIEnableCompositorAnimationTimelines[] =
danakj 2015/03/12 20:29:57 Do you wanna set the LayerTreeSettings from this i
loyso (OOO) 2015/03/12 23:18:50 Yes. I'll use it.
+ "ui-enable-compositor-animation-timelines";
+
const char kUIEnableImplSidePainting[] = "ui-enable-impl-side-painting";
const char kUIEnableZeroCopy[] = "ui-enable-zero-copy";

Powered by Google App Engine
This is Rietveld 408576698