Index: ash/common/shelf/overflow_bubble.cc |
diff --git a/ash/common/shelf/overflow_bubble.cc b/ash/common/shelf/overflow_bubble.cc |
index fccafd0496dfa5e88b841da3fb0a65053a125c15..81649279511978d2bc0bdd4664715e86a1c44e2a 100644 |
--- a/ash/common/shelf/overflow_bubble.cc |
+++ b/ash/common/shelf/overflow_bubble.cc |
@@ -19,8 +19,8 @@ OverflowBubble::OverflowBubble(WmShelf* wm_shelf) |
bubble_(nullptr), |
anchor_(nullptr), |
shelf_view_(nullptr) { |
- const bool wants_moves = false; |
- WmShell::Get()->AddPointerWatcher(this, wants_moves); |
+ WmShell::Get()->AddPointerWatcher(this, |
+ views::PointerWatcherEventTypes::BASIC); |
} |
OverflowBubble::~OverflowBubble() { |