| Index: ash/common/ash_switches.cc
|
| diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc
|
| index e096ad34915bd660270ea80516c5f45f1651c83e..6a90b2ac2a1ff25b310bc549fe6a99d3c7e7f295 100644
|
| --- a/ash/common/ash_switches.cc
|
| +++ b/ash/common/ash_switches.cc
|
| @@ -61,6 +61,10 @@ const char kAshEnableTouchView[] = "enable-touchview";
|
| // Enables mirrored screen.
|
| const char kAshEnableMirroredScreen[] = "ash-enable-mirrored-screen";
|
|
|
| +// Enables a smoother animation for screen rotation.
|
| +const char kAshEnableSmoothScreenRotationAnimation[] =
|
| + "ash-enable-smooth-screen-rotation-animation";
|
| +
|
| // Specifies the estimated time (in milliseconds) from VSYNC event until when
|
| // visible light can be noticed by the user.
|
| const char kAshEstimatedPresentationDelay[] =
|
|
|