Index: ash/common/shelf/shelf_tooltip_manager.cc |
diff --git a/ash/common/shelf/shelf_tooltip_manager.cc b/ash/common/shelf/shelf_tooltip_manager.cc |
index adf34ca93f3c851741f58c2ec767d66af9e2f721..e84cb3a301704436645c2e409fe9a3ee9e0c3f17 100644 |
--- a/ash/common/shelf/shelf_tooltip_manager.cc |
+++ b/ash/common/shelf/shelf_tooltip_manager.cc |
@@ -120,7 +120,8 @@ ShelfTooltipManager::ShelfTooltipManager(ShelfView* shelf_view) |
bubble_(nullptr), |
weak_factory_(this) { |
shelf_view_->wm_shelf()->AddObserver(this); |
- WmShell::Get()->AddPointerWatcher(this); |
+ const bool wants_moves = false; |
+ WmShell::Get()->AddPointerWatcher(this, wants_moves); |
} |
ShelfTooltipManager::~ShelfTooltipManager() { |