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

Unified Diff: ash/shared/immersive_context.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/shared/immersive_context.h
diff --git a/ash/shared/immersive_context.h b/ash/shared/immersive_context.h
index 6ed6a284afd9118fa663d6a5dbb94379dda819ce..3f88c3b64eeee4d41d940eb2c63319c8e7a1ab54 100644
--- a/ash/shared/immersive_context.h
+++ b/ash/shared/immersive_context.h
@@ -48,7 +48,8 @@ class ASH_EXPORT ImmersiveContext {
// See WmShell::AddPointerWatcher for details.
virtual void AddPointerWatcher(views::PointerWatcher* watcher,
- bool wants_moves) = 0;
+ bool wants_moves,
+ bool wants_drags) = 0;
virtual void RemovePointerWatcher(views::PointerWatcher* watcher) = 0;
// Returns true if any window has capture.

Powered by Google App Engine
This is Rietveld 408576698