| 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..42790c03ad8bf75e8147ee409858d6dd5203234c 100644
|
| --- a/ash/common/shelf/overflow_bubble.cc
|
| +++ b/ash/common/shelf/overflow_bubble.cc
|
| @@ -20,7 +20,8 @@ OverflowBubble::OverflowBubble(WmShelf* wm_shelf)
|
| anchor_(nullptr),
|
| shelf_view_(nullptr) {
|
| const bool wants_moves = false;
|
| - WmShell::Get()->AddPointerWatcher(this, wants_moves);
|
| + const bool wants_drags = false;
|
| + WmShell::Get()->AddPointerWatcher(this, wants_moves, wants_drags);
|
| }
|
|
|
| OverflowBubble::~OverflowBubble() {
|
|
|