Index: ash/aura/wm_shell_aura.cc |
diff --git a/ash/aura/wm_shell_aura.cc b/ash/aura/wm_shell_aura.cc |
index 2129ba1dd4244c1d2eb6443429a765bd3937fbae..c9ffc6bc18b41bc132db6c851c05875dcbcfbee9 100644 |
--- a/ash/aura/wm_shell_aura.cc |
+++ b/ash/aura/wm_shell_aura.cc |
@@ -256,8 +256,10 @@ void WmShellAura::RemoveDisplayObserver(WmDisplayObserver* observer) { |
} |
void WmShellAura::AddPointerWatcher(views::PointerWatcher* watcher, |
- bool wants_moves) { |
- pointer_watcher_adapter_->AddPointerWatcher(watcher, wants_moves); |
+ bool wants_moves, |
+ bool wants_drags) { |
+ pointer_watcher_adapter_->AddPointerWatcher(watcher, wants_moves, |
+ wants_drags); |
} |
void WmShellAura::RemovePointerWatcher(views::PointerWatcher* watcher) { |