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