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

Unified Diff: ash/mus/bridge/wm_shell_mus.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/mus/bridge/wm_shell_mus.h
diff --git a/ash/mus/bridge/wm_shell_mus.h b/ash/mus/bridge/wm_shell_mus.h
index e95209db324d452770c2c26a0440b289eb42154b..6afcb8dea39f7408c4e1f33d95d727b38f87706b 100644
--- a/ash/mus/bridge/wm_shell_mus.h
+++ b/ash/mus/bridge/wm_shell_mus.h
@@ -115,6 +115,7 @@ class WmShellMus : public WmShell, public ui::WindowTreeClientObserver {
bool IsTouchDown() override;
#if defined(OS_CHROMEOS)
void ToggleIgnoreExternalKeyboard() override;
+ void SetLaserPointerEnabled(bool enabled) override;
#endif
private:

Powered by Google App Engine
This is Rietveld 408576698