| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 84c602711c7622b5e36241953e769ae9a7dc4fe4..251cf77b9e53ab312ecca020bc2126144f4c0809 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -256,7 +256,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)
|
|
|