| Index: ash/common/system/tray/tray_event_filter.cc
|
| diff --git a/ash/common/system/tray/tray_event_filter.cc b/ash/common/system/tray/tray_event_filter.cc
|
| index 9f2c3d6a5a33ec651b25d0b5304a9311527ddf46..370303091a5f5580713ba4cc2c6c29c5d7d427ed 100644
|
| --- a/ash/common/system/tray/tray_event_filter.cc
|
| +++ b/ash/common/system/tray/tray_event_filter.cc
|
| @@ -25,8 +25,8 @@ void TrayEventFilter::AddWrapper(TrayBubbleWrapper* wrapper) {
|
| bool was_empty = wrappers_.empty();
|
| wrappers_.insert(wrapper);
|
| if (was_empty && !wrappers_.empty()) {
|
| - const bool wants_moves = false;
|
| - WmShell::Get()->AddPointerWatcher(this, wants_moves);
|
| + const views::RequestedEvents events = views::RequestedEvents::BASIC;
|
| + WmShell::Get()->AddPointerWatcher(this, events);
|
| }
|
| }
|
|
|
|
|