Index: ash/shell.h |
diff --git a/ash/shell.h b/ash/shell.h |
index 39ad42508b91d844a36d9d82f0720b0d0baafbb1..2e816973f30617a2c61f0d9c30162a3b225fe0d3 100644 |
--- a/ash/shell.h |
+++ b/ash/shell.h |
@@ -259,7 +259,7 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate, |
// Show shelf view if it was created hidden (before session has started). |
void ShowShelf(); |
- void AddPointerWatcher(views::PointerWatcher* watcher); |
+ void AddPointerWatcher(views::PointerWatcher* watcher, bool wants_moves); |
void RemovePointerWatcher(views::PointerWatcher* watcher); |
#if defined(OS_CHROMEOS) |