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

Unified Diff: ash/ash_switches.cc

Issue 2837773003: Flip the flag to enable smooth screen rotation by default. (Closed)
Patch Set: 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
Index: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index bf3c01e9d72f71afa8c98151c3550f39ac1c02f1..07f1f3092b2a7de2e62b64c8023b4c1f84367e78 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -61,9 +61,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.

Powered by Google App Engine
This is Rietveld 408576698