Chromium Code Reviews| Index: ash/common/ash_switches.cc |
| diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc |
| index d1546b1b73abfb52f7cd28526004ad24a8b3179f..71275fddd16f1e64bb945a24ba79d2151e813603 100644 |
| --- a/ash/common/ash_switches.cc |
| +++ b/ash/common/ash_switches.cc |
| @@ -65,6 +65,10 @@ const char kAshEnableTouchView[] = "enable-touchview"; |
| // Enables mirrored screen. |
| const char kAshEnableMirroredScreen[] = "ash-enable-mirrored-screen"; |
| +// Specifies the estimated time (in milliseconds) from VSYNC event until when |
|
Daniele Castagna
2017/03/15 19:07:28
Wouldn't this be the estimated time from when you
reveman
2017/03/16 12:57:28
No, that's not the idea. The usage of this in chro
|
| +// visible light can be noticed by the user. |
| +const char kAshEstimatedPresentationDelay[] = "estimated-presentation-delay"; |
| + |
| // Enables the palette next to the status area. |
| const char kAshForceEnablePalette[] = "ash-force-enable-palette"; |