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

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

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.h
diff --git a/ash/mus/bridge/wm_shell_mus.h b/ash/mus/bridge/wm_shell_mus.h
index 29b2d23e2599fb8ccea88f4bf012e0f0cb1c6960..9351fd1ed84e9a9c72809ed03620f9fb2c9a9784 100644
--- a/ash/mus/bridge/wm_shell_mus.h
+++ b/ash/mus/bridge/wm_shell_mus.h
@@ -105,7 +105,8 @@ class WmShellMus : public WmShell, public ui::WindowTreeClientObserver {
void AddDisplayObserver(WmDisplayObserver* observer) override;
void RemoveDisplayObserver(WmDisplayObserver* observer) override;
void AddPointerWatcher(views::PointerWatcher* watcher,
- bool wants_moves) override;
+ bool wants_moves,
+ bool wants_drags) override;
void RemovePointerWatcher(views::PointerWatcher* watcher) override;
bool IsTouchDown() override;
#if defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698