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

Unified Diff: ash/common/ash_switches.cc

Issue 2745953002: ash: Add basic prediction code to the laser pointer. (Closed)
Patch Set: more tests and nits 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
« no previous file with comments | « ash/common/ash_switches.h ('k') | ash/laser/laser_pointer_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/ash_switches.cc
diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc
index d1546b1b73abfb52f7cd28526004ad24a8b3179f..c6770ea43d268c4afe468587e2a121dda3329d4e 100644
--- a/ash/common/ash_switches.cc
+++ b/ash/common/ash_switches.cc
@@ -65,6 +65,11 @@ 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[] =
+ "ash-estimated-presentation-delay";
+
// Enables the palette next to the status area.
const char kAshForceEnablePalette[] = "ash-force-enable-palette";
« no previous file with comments | « ash/common/ash_switches.h ('k') | ash/laser/laser_pointer_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698