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

Unified Diff: ash/common/ash_switches.cc

Issue 2745953002: ash: Add basic prediction code to the laser pointer. (Closed)
Patch Set: fix typo 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
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";

Powered by Google App Engine
This is Rietveld 408576698