| Index: ash/mus/bridge/wm_shelf_mus.h
|
| diff --git a/ash/mus/bridge/wm_shelf_mus.h b/ash/mus/bridge/wm_shelf_mus.h
|
| index eadd78a51c9994459f9de1571407266c6a255a6c..3b45fc12eb113d2855ca2c4be45466ba532f2c27 100644
|
| --- a/ash/mus/bridge/wm_shelf_mus.h
|
| +++ b/ash/mus/bridge/wm_shelf_mus.h
|
| @@ -41,6 +41,8 @@ class WmShelfMus : public WmShelf {
|
| gfx::Rect GetUserWorkAreaBounds() const override;
|
| void UpdateIconPositionForWindow(WmWindow* window) override;
|
| gfx::Rect GetScreenBoundsOfItemIconForWindow(WmWindow* window) override;
|
| + bool ProcessGestureEvent(const ui::GestureEvent& event,
|
| + WmWindow* target_window) override;
|
| void UpdateAutoHideForMouseEvent(ui::MouseEvent* event) override;
|
| void UpdateAutoHideForGestureEvent(ui::GestureEvent* event) override;
|
| void AddObserver(WmShelfObserver* observer) override;
|
|
|