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

Unified Diff: cc/base/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: Rename command line switch (as discussed). 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: cc/base/switches.cc
diff --git a/cc/base/switches.cc b/cc/base/switches.cc
index 504e787cd66e73a7a69ba0d8a62ba9bd7cfb39d8..93a9b650ef85a75ac047a752b305123087d7a73c 100644
--- a/cc/base/switches.cc
+++ b/cc/base/switches.cc
@@ -63,6 +63,10 @@ const char kDisablePinchVirtualViewport[] = "disable-pinch-virtual-viewport";
const char kEnablePropertyTreeVerification[] =
"enable-property-tree-verification";
+// Enables new cc/animation system (Project Heaviside). crbug.com/394772
+const char kEnableCompositorAnimationTimelines[] =
+ "enable-compositor-animation-timelines";
+
// Disable partial swap which is needed for some OpenGL drivers / emulators.
const char kUIDisablePartialSwap[] = "ui-disable-partial-swap";
« cc/base/switches.h ('K') | « cc/base/switches.h ('k') | cc/trees/layer_tree_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698