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

Unified Diff: ash/common/pointer_watcher_delegate.h

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/aura/wm_shell_aura.cc ('k') | ash/common/shelf/overflow_bubble.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/pointer_watcher_delegate.h
diff --git a/ash/common/pointer_watcher_delegate.h b/ash/common/pointer_watcher_delegate.h
index 75f873894219b86e79ed6e985632e54ba5c3bae1..b653fde5f72eac15c9ed5eb347755b00297d9f98 100644
--- a/ash/common/pointer_watcher_delegate.h
+++ b/ash/common/pointer_watcher_delegate.h
@@ -18,7 +18,8 @@ class ASH_EXPORT PointerWatcherDelegate {
public:
virtual ~PointerWatcherDelegate() {}
- virtual void AddPointerWatcher(views::PointerWatcher* watcher) = 0;
+ virtual void AddPointerWatcher(views::PointerWatcher* watcher,
+ bool wants_moves) = 0;
virtual void RemovePointerWatcher(views::PointerWatcher* watcher) = 0;
};
« no previous file with comments | « ash/aura/wm_shell_aura.cc ('k') | ash/common/shelf/overflow_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698