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

Unified Diff: ash/common/wm/immersive_context_ash.h

Issue 2271393002: Wires up drags to pointer watcher adapter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fixed patch set 8 errors. Created 4 years, 3 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
« no previous file with comments | « ash/common/system/tray/tray_event_filter.cc ('k') | ash/common/wm/immersive_context_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/immersive_context_ash.h
diff --git a/ash/common/wm/immersive_context_ash.h b/ash/common/wm/immersive_context_ash.h
index ea725b8ced02ccb029758826213c4239323279ba..7beed73ed4c94f71526ba83fd9bb843afc9962d9 100644
--- a/ash/common/wm/immersive_context_ash.h
+++ b/ash/common/wm/immersive_context_ash.h
@@ -22,7 +22,7 @@ class ASH_EXPORT ImmersiveContextAsh : public ImmersiveContext {
bool entering) override;
gfx::Rect GetDisplayBoundsInScreen(views::Widget* widget) override;
void AddPointerWatcher(views::PointerWatcher* watcher,
- bool wants_moves) override;
+ views::PointerWatcherEventTypes events) override;
void RemovePointerWatcher(views::PointerWatcher* watcher) override;
bool DoesAnyWindowHaveCapture() override;
bool IsMouseEventsEnabled() override;
« no previous file with comments | « ash/common/system/tray/tray_event_filter.cc ('k') | ash/common/wm/immersive_context_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698