Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1528)

Unified Diff: ash/common/wm_shell.h

Issue 2218143002: Adds WmShell::IsTouchDown() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/aura/wm_shell_aura.cc ('k') | ash/mus/bridge/wm_shell_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « ash/aura/wm_shell_aura.cc ('k') | ash/mus/bridge/wm_shell_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698