| Index: ash/common/wm_shell.h
|
| diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
|
| index a679e0f2b870add46402bf5b18038f4a1973dc2d..e0dd7f6afc80a94191d454a1ac7c9b164fed17d9 100644
|
| --- a/ash/common/wm_shell.h
|
| +++ b/ash/common/wm_shell.h
|
| @@ -285,6 +285,9 @@ class ASH_EXPORT WmShell {
|
|
|
| void SetShelfDelegateForTesting(std::unique_ptr<ShelfDelegate> test_delegate);
|
|
|
| + // True if any touch points are down.
|
| + virtual bool IsTouchDown() = 0;
|
| +
|
| #if defined(OS_CHROMEOS)
|
| LogoutConfirmationController* logout_confirmation_controller() {
|
| return logout_confirmation_controller_.get();
|
|
|