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

Unified Diff: ash/ash_switches.cc

Issue 2837773003: Flip the flag to enable smooth screen rotation by default. (Closed)
Patch Set: Add comments how the test will work. Created 3 years, 8 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/rotator/screen_rotation_animator.h » ('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 9f30a0e616a2752e32bd63026c84bc096204bf41..4ec343dd53900dd6f628512c2afcbe356cb1f4cd 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -58,9 +58,9 @@ const char kAshEnableTouchView[] = "enable-touchview";
// Enables mirrored screen.
const char kAshEnableMirroredScreen[] = "ash-enable-mirrored-screen";
-// Enables a smoother animation for screen rotation.
-const char kAshEnableSmoothScreenRotation[] =
- "ash-enable-smooth-screen-rotation";
+// Disables a smoother animation for screen rotation.
+const char kAshDisableSmoothScreenRotation[] =
+ "ash-disable-smooth-screen-rotation";
// Specifies the estimated time (in milliseconds) from VSYNC event until when
// visible light can be noticed by the user.
« no previous file with comments | « ash/ash_switches.h ('k') | ash/rotator/screen_rotation_animator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698