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; |