Chromium Code Reviews| Index: ash/common/ash_switches.cc |
| diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc |
| index 4f2f8caa113cf765e38f93ca5a2ac1d9ffd36853..0bf8f53427dbd6ff808805e1025e6c4128d4ada5 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"; |
|
oshima
2017/03/31 00:14:34
you may omit "Animation/-animation" as it's obviou
wutao
2017/04/03 16:16:03
Removed as suggested.
|
| + |
| // Specifies the estimated time (in milliseconds) from VSYNC event until when |
| // visible light can be noticed by the user. |
| const char kAshEstimatedPresentationDelay[] = |