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

Unified Diff: ash/common/wm_shell.h

Issue 2086143002: Convert TrayEventFilter to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweak Created 4 years, 6 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/container_delegate.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 59472a89b76f1b2995b842f328c1631c4256d325..78ee00d2744ef22abecc1d6e38367f00db1de364 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -17,6 +17,10 @@ namespace gfx {
class Rect;
}
+namespace views {
+class PointerWatcher;
+}
+
namespace ash {
class AccessibilityDelegate;
@@ -145,6 +149,9 @@ class ASH_EXPORT WmShell {
virtual void AddShellObserver(ShellObserver* observer) = 0;
virtual void RemoveShellObserver(ShellObserver* observer) = 0;
+ virtual void AddPointerWatcher(views::PointerWatcher* watcher) = 0;
+ virtual void RemovePointerWatcher(views::PointerWatcher* watcher) = 0;
+
#if defined(OS_CHROMEOS)
// TODO(jamescook): Remove this when VirtualKeyboardController has been moved.
virtual void ToggleIgnoreExternalKeyboard() = 0;
« no previous file with comments | « ash/aura/wm_shell_aura.cc ('k') | ash/container_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698