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. |