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

Unified Diff: ash/ash_switches.cc

Issue 975943002: Implemented screen rotation animation experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added ash-screen-rotation-animation entry to histograms.xml. 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
« no previous file with comments | « ash/ash_switches.h ('k') | ash/content/display/screen_orientation_controller_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index f11743dd64cd94505fba3a6ea8bae96dc40aa324..fd0ffbc33b8990feac9228931f8af598b2feae69 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -61,6 +61,13 @@ const char kAshEnableMirroredScreen[] = "ash-enable-mirrored-screen";
const char kAshEnablePowerButtonQuickLock[] =
"ash-enable-power-button-quick-lock";
+// Specifies the screen rotation animation to use. Possible values are:
+// "partial-rotation", "partial-rotation-slow", "full-rotation", and
+// "full-rotation-slow". See ash/rotator/screen_rotation_animator.cc for more
+// details.
+const char kAshEnableScreenRotationAnimation[] =
+ "ash-screen-rotation-animation";
+
// Enables software based mirroring.
const char kAshEnableSoftwareMirroring[] = "ash-enable-software-mirroring";
« no previous file with comments | « ash/ash_switches.h ('k') | ash/content/display/screen_orientation_controller_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698