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