| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index d86fd28b1927842502e6308b0062a3b6b482da30..6ee6ea8ff3692b5b0b0713466fff41fd202f5bcd 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)
|
|
|