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

Unified Diff: ash/common/wm_shell.h

Issue 2361563002: chromeos: Laser tool blocks events from propagating. (Closed)
Patch Set: 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
« no previous file with comments | « ash/common/test/test_palette_delegate.cc ('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/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
index 3db0a06101b8f4178ba92b0bbf246f701d6bb07e..b3d46314f0ad0a3465be49a3abe496c3b8495a5b 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -350,6 +350,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:
« no previous file with comments | « ash/common/test/test_palette_delegate.cc ('k') | ash/laser/laser_pointer_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698