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

Unified Diff: ash/mus/bridge/wm_shell_mus.cc

Issue 2271393002: Wires up drags to pointer watcher adapter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: 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
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.
}

Powered by Google App Engine
This is Rietveld 408576698