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

Unified Diff: ash/common/wm_shell.h

Issue 2311393004: Laser tool blocks events from propagating. (Closed)
Patch Set: Fixed patch set 2 errors. 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 00ac9ada5f2b5bd9f7386dd12d2f3a424533005f..48670165bded3cdf1ff8e2060b41f2e89255d61d 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -385,6 +385,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