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

Unified Diff: ash/common/wm_shell.h

Issue 2158273003: mus: Rename .*PointerWatcher.* to .*PointerDownWatcher.*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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/common/system/tray/tray_event_filter.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 3ae326554ffedc20e7cbc51e393428051bd4781a..9b82c36a60b11eb400ec244ee4b307fc24044209 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -16,7 +16,7 @@
#include "base/observer_list.h"
namespace views {
-class PointerWatcher;
+class PointerDownWatcher;
}
namespace ash {
@@ -222,8 +222,8 @@ class ASH_EXPORT WmShell {
void AddShellObserver(ShellObserver* observer);
void RemoveShellObserver(ShellObserver* observer);
- virtual void AddPointerWatcher(views::PointerWatcher* watcher) = 0;
- virtual void RemovePointerWatcher(views::PointerWatcher* watcher) = 0;
+ virtual void AddPointerDownWatcher(views::PointerDownWatcher* watcher) = 0;
+ virtual void RemovePointerDownWatcher(views::PointerDownWatcher* watcher) = 0;
#if defined(OS_CHROMEOS)
LogoutConfirmationController* logout_confirmation_controller() {
« no previous file with comments | « ash/common/system/tray/tray_event_filter.cc ('k') | ash/mus/bridge/wm_shell_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698