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

Unified Diff: ash/common/shelf/overflow_bubble.cc

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/shelf/overflow_bubble.h ('k') | ash/common/shell_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shelf/overflow_bubble.cc
diff --git a/ash/common/shelf/overflow_bubble.cc b/ash/common/shelf/overflow_bubble.cc
index 0a5428ab3d96e75b88fbd295f1dc538efe66bdd2..eadd54e5597a976ef9ffd9c0e75b93b8b63d770e 100644
--- a/ash/common/shelf/overflow_bubble.cc
+++ b/ash/common/shelf/overflow_bubble.cc
@@ -19,12 +19,12 @@ OverflowBubble::OverflowBubble(WmShelf* wm_shelf)
bubble_(nullptr),
anchor_(nullptr),
shelf_view_(nullptr) {
- WmShell::Get()->AddPointerWatcher(this);
+ WmShell::Get()->AddPointerDownWatcher(this);
}
OverflowBubble::~OverflowBubble() {
Hide();
- WmShell::Get()->RemovePointerWatcher(this);
+ WmShell::Get()->RemovePointerDownWatcher(this);
}
void OverflowBubble::Show(views::View* anchor, ShelfView* shelf_view) {
« no previous file with comments | « ash/common/shelf/overflow_bubble.h ('k') | ash/common/shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698