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

Unified Diff: ash/common/wm_shell.h

Issue 2311393004: Laser tool blocks events from propagating. (Closed)
Patch Set: Added a test. Created 4 years, 3 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/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
index ac6927a0b1d1b72b66c753b0dea13b5bad38b6f9..93785ddb50c04ae383df50d187760ce8eec9e841 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -384,6 +384,9 @@ class ASH_EXPORT WmShell {
// TODO(jamescook): Remove this when VirtualKeyboardController has been moved.
virtual void ToggleIgnoreExternalKeyboard() = 0;
+
+ // Enable or disable the laser pointer.
+ virtual void SetLaserPointerEnabled(bool enabled) = 0;
#endif
protected:

Powered by Google App Engine
This is Rietveld 408576698