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 e84cb3a301704436645c2e409fe9a3ee9e0c3f17..ced1b79ce564d3392f4dbf147eac7735000763c7 100644 |
--- a/ash/common/shelf/shelf_tooltip_manager.cc |
+++ b/ash/common/shelf/shelf_tooltip_manager.cc |
@@ -121,7 +121,8 @@ ShelfTooltipManager::ShelfTooltipManager(ShelfView* shelf_view) |
weak_factory_(this) { |
shelf_view_->wm_shelf()->AddObserver(this); |
const bool wants_moves = false; |
- WmShell::Get()->AddPointerWatcher(this, wants_moves); |
+ const bool wants_drags = false; |
+ WmShell::Get()->AddPointerWatcher(this, wants_moves, wants_drags); |
} |
ShelfTooltipManager::~ShelfTooltipManager() { |