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

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

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.cc
diff --git a/ash/mus/bridge/wm_shell_mus.cc b/ash/mus/bridge/wm_shell_mus.cc
index 9d34fe16a1914aab80f245d67c37d90406946776..19005856b3ed4704ff242457c3cd37573876ea2c 100644
--- a/ash/mus/bridge/wm_shell_mus.cc
+++ b/ash/mus/bridge/wm_shell_mus.cc
@@ -414,6 +414,10 @@ bool WmShellMus::IsTouchDown() {
void WmShellMus::ToggleIgnoreExternalKeyboard() {
NOTIMPLEMENTED();
}
+
+void WmShellMus::SetLaserPointerEnabled(bool enabled) {
+ NOTIMPLEMENTED();
+}
#endif // defined(OS_CHROMEOS)
ui::WindowTreeClient* WmShellMus::window_tree_client() {

Powered by Google App Engine
This is Rietveld 408576698