Index: ash/mus/bridge/wm_shell_mus.cc |
diff --git a/ash/mus/bridge/wm_shell_mus.cc b/ash/mus/bridge/wm_shell_mus.cc |
index e2eb353e1b57e430b3afc5446e339fd99e6daf00..9f83c739b865b8b363ff1ead4596d92bd03022d1 100644 |
--- a/ash/mus/bridge/wm_shell_mus.cc |
+++ b/ash/mus/bridge/wm_shell_mus.cc |
@@ -374,7 +374,8 @@ void WmShellMus::RemoveDisplayObserver(WmDisplayObserver* observer) { |
} |
void WmShellMus::AddPointerWatcher(views::PointerWatcher* watcher, |
- bool wants_moves) { |
+ bool wants_moves, |
+ bool wants_drags) { |
pointer_watcher_event_router_->AddPointerWatcher(watcher, wants_moves); |
sky
2016/08/24 23:33:01
Add a NOTIMPLEMENTED in file a bug here for the mu
sammiequon
2016/08/25 23:11:18
Done.
|
} |