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

Unified Diff: ash/shell.cc

Issue 2235363003: Wires up WmShellMus::Add/RemovePointerWatcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pointer_watcher_capture
Patch Set: cleanup 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
« ash/pointer_watcher_delegate_aura.cc ('K') | « ash/shell.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 3b69f661ac94b9a2dbf33adab9aef0abb6cf9e50..1f4dde91846bf20829e74d3e834f0a11accebc7c 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -419,8 +419,9 @@ void Shell::ShutdownShelf() {
}
}
-void Shell::AddPointerWatcher(views::PointerWatcher* watcher) {
- pointer_watcher_delegate_->AddPointerWatcher(watcher);
+void Shell::AddPointerWatcher(views::PointerWatcher* watcher,
+ bool wants_moves) {
+ pointer_watcher_delegate_->AddPointerWatcher(watcher, wants_moves);
}
void Shell::RemovePointerWatcher(views::PointerWatcher* watcher) {
« ash/pointer_watcher_delegate_aura.cc ('K') | « ash/shell.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698