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

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: merge to tot again 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
« no previous file with comments | « 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 8d26ec981587a9ce20cd64db81649ba635b65cd1..a4b6c5ed4c8a271d9a9ca7eab7bf5ed92405994a 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -414,8 +414,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) {
« no previous file with comments | « ash/shell.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698