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

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

Issue 2231533004: Pointer watcher modifications to support laser pointer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Initial patch. Created 4 years, 4 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 ae1b3890bf6b8befe3e05e8409460a21351c18d5..09d9eefc824f4a38b8fe911f95060aed224f13ce 100644
--- a/ash/mus/bridge/wm_shell_mus.h
+++ b/ash/mus/bridge/wm_shell_mus.h
@@ -97,7 +97,8 @@ class WmShellMus : public WmShell, public ui::WindowTreeClientObserver {
void RemoveActivationObserver(WmActivationObserver* observer) override;
void AddDisplayObserver(WmDisplayObserver* observer) override;
void RemoveDisplayObserver(WmDisplayObserver* observer) override;
- void AddPointerWatcher(views::PointerWatcher* watcher) override;
+ void AddPointerWatcher(views::PointerWatcher* watcher,
+ bool wants_moves_ = false) override;
void RemovePointerWatcher(views::PointerWatcher* watcher) override;
bool IsTouchDown() override;
#if defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698