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

Unified Diff: ash/mus/bridge/wm_shell_mus.cc

Issue 2311393004: Laser tool blocks events from propagating. (Closed)
Patch Set: Nit. 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/mus/bridge/wm_shell_mus.h ('k') | ash/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/wm_shell_mus.cc
diff --git a/ash/mus/bridge/wm_shell_mus.cc b/ash/mus/bridge/wm_shell_mus.cc
index b773b7f6f0ca8c8194e1710a4cc82fc19251f928..e78662ad726803fe86761a72973800869cd28a5c 100644
--- a/ash/mus/bridge/wm_shell_mus.cc
+++ b/ash/mus/bridge/wm_shell_mus.cc
@@ -407,6 +407,10 @@ bool WmShellMus::IsTouchDown() {
void WmShellMus::ToggleIgnoreExternalKeyboard() {
NOTIMPLEMENTED();
}
+
+void WmShellMus::SetLaserPointerEnabled(bool enabled) {
+ NOTIMPLEMENTED();
+}
#endif // defined(OS_CHROMEOS)
ui::WindowTreeClient* WmShellMus::window_tree_client() {
« no previous file with comments | « ash/mus/bridge/wm_shell_mus.h ('k') | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698