| Index: ash/common/system/tray/tray_event_filter.h
|
| diff --git a/ash/common/system/tray/tray_event_filter.h b/ash/common/system/tray/tray_event_filter.h
|
| index 88a5ba8085c61a5daf12914a73c113d5e43c8d24..e05a13dc146c1618777e1fafb17a00de160955b7 100644
|
| --- a/ash/common/system/tray/tray_event_filter.h
|
| +++ b/ash/common/system/tray/tray_event_filter.h
|
| @@ -32,12 +32,9 @@ class TrayEventFilter : public views::PointerWatcher {
|
| void RemoveWrapper(TrayBubbleWrapper* wrapper);
|
|
|
| // views::PointerWatcher:
|
| - void OnMousePressed(const ui::MouseEvent& event,
|
| - const gfx::Point& location_in_screen,
|
| - views::Widget* target) override;
|
| - void OnTouchPressed(const ui::TouchEvent& event,
|
| - const gfx::Point& location_in_screen,
|
| - views::Widget* target) override;
|
| + void OnPointerEventObserved(const ui::LocatedEvent& event,
|
| + const gfx::Point& location_in_screen,
|
| + views::Widget* target) override;
|
|
|
| private:
|
| void ProcessPressedEvent(const gfx::Point& location_in_screen,
|
|
|