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

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

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.cc
diff --git a/ash/mus/bridge/wm_shell_mus.cc b/ash/mus/bridge/wm_shell_mus.cc
index 254b52b14ab110750b329684b314f92821d00fc4..23c696081228642046ff02656610464cf9b97f28 100644
--- a/ash/mus/bridge/wm_shell_mus.cc
+++ b/ash/mus/bridge/wm_shell_mus.cc
@@ -357,7 +357,8 @@ void WmShellMus::RemoveDisplayObserver(WmDisplayObserver* observer) {
NOTIMPLEMENTED();
}
-void WmShellMus::AddPointerWatcher(views::PointerWatcher* watcher) {
+void WmShellMus::AddPointerWatcher(views::PointerWatcher* watcher,
+ bool wants_moves /* = false*/) {
// TODO(jamescook): Move PointerWatcherDelegateMus to //ash/mus and use here.
NOTIMPLEMENTED();
}

Powered by Google App Engine
This is Rietveld 408576698