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 |
| +// visible light can be noticed by the user. |
| +const char kAshEstimatedPresentationDelay[] = "estimated-presentation-delay"; |
|
Daniel Erat
2017/03/16 16:50:55
should this start with "ash-" like (most of) the e
reveman
2017/03/16 18:00:24
Done.
|
| + |
| // Enables the palette next to the status area. |
| const char kAshForceEnablePalette[] = "ash-force-enable-palette"; |