Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2826)

Unified Diff: ash/common/ash_switches.cc

Issue 2745953002: ash: Add basic prediction code to the laser pointer. (Closed)
Patch Set: missing include and minor cleanup Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698