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

Unified Diff: ash/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/shelf/shelf_tooltip_manager.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index bbb4e20bb69fa3672d052c2232da58451625cebf..e7c6eabf2106c76b20c4187343bd047b5f2b004d 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -62,7 +62,7 @@ class UserActivityPowerManagerNotifier;
}
namespace views {
class NonClientFrameView;
-class PointerWatcher;
+class PointerDownWatcher;
class Widget;
namespace corewm {
class TooltipController;
@@ -109,7 +109,7 @@ class MouseCursorEventFilter;
class NewWindowDelegate;
class OverlayEventFilter;
class PartialMagnificationController;
-class PointerWatcherDelegate;
+class PointerDownWatcherDelegate;
class PowerButtonController;
class PowerEventObserver;
class ProjectingObserver;
@@ -298,8 +298,8 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// Show shelf view if it was created hidden (before session has started).
void ShowShelf();
- void AddPointerWatcher(views::PointerWatcher* watcher);
- void RemovePointerWatcher(views::PointerWatcher* watcher);
+ void AddPointerDownWatcher(views::PointerDownWatcher* watcher);
+ void RemovePointerDownWatcher(views::PointerDownWatcher* watcher);
#if defined(OS_CHROMEOS)
// Test if MaximizeModeWindowManager is not enabled, and if
@@ -586,7 +586,7 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
std::unique_ptr<UserWallpaperDelegate> user_wallpaper_delegate_;
std::unique_ptr<SessionStateDelegate> session_state_delegate_;
std::unique_ptr<NewWindowDelegate> new_window_delegate_;
- std::unique_ptr<PointerWatcherDelegate> pointer_watcher_delegate_;
+ std::unique_ptr<PointerDownWatcherDelegate> pointer_down_watcher_delegate_;
std::unique_ptr<ShelfDelegate> shelf_delegate_;
std::unique_ptr<ShelfItemDelegateManager> shelf_item_delegate_manager_;
std::unique_ptr<ShelfWindowWatcher> shelf_window_watcher_;
« no previous file with comments | « ash/shelf/shelf_tooltip_manager.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698