| Index: ash/common/wm_shell.h
|
| diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
|
| index 02dbdfc40f7cc721b0dda0a0b84076c578c4344f..d2286fc50f591b813da840eae0b812e60e52379f 100644
|
| --- a/ash/common/wm_shell.h
|
| +++ b/ash/common/wm_shell.h
|
| @@ -302,7 +302,8 @@ class ASH_EXPORT WmShell {
|
| void AddShellObserver(ShellObserver* observer);
|
| void RemoveShellObserver(ShellObserver* observer);
|
|
|
| - virtual void AddPointerWatcher(views::PointerWatcher* watcher) = 0;
|
| + virtual void AddPointerWatcher(views::PointerWatcher* watcher,
|
| + bool wants_moves = false) = 0;
|
| virtual void RemovePointerWatcher(views::PointerWatcher* watcher) = 0;
|
|
|
| // TODO: Move these back to LockStateController when that has been moved.
|
|
|