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

Unified Diff: ash/aura/wm_shell_aura.cc

Issue 2271393002: Wires up drags to pointer watcher adapter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fixed patch set 8 errors. Created 4 years, 3 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.h ('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/aura/wm_shell_aura.cc
diff --git a/ash/aura/wm_shell_aura.cc b/ash/aura/wm_shell_aura.cc
index 07d33c0145082ad4067f5d49cc6a122ec9adb661..0cbc2f2aed82bb0525b2177d088a2caea6efc641 100644
--- a/ash/aura/wm_shell_aura.cc
+++ b/ash/aura/wm_shell_aura.cc
@@ -263,8 +263,8 @@ void WmShellAura::RemoveDisplayObserver(WmDisplayObserver* observer) {
}
void WmShellAura::AddPointerWatcher(views::PointerWatcher* watcher,
- bool wants_moves) {
- pointer_watcher_adapter_->AddPointerWatcher(watcher, wants_moves);
+ views::PointerWatcherEventTypes events) {
+ pointer_watcher_adapter_->AddPointerWatcher(watcher, events);
}
void WmShellAura::RemovePointerWatcher(views::PointerWatcher* watcher) {
« no previous file with comments | « ash/aura/wm_shell_aura.h ('k') | ash/common/shelf/overflow_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698