| 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 efbf38911d21b623d8a42f7dc1b05832372a0b55..985cc08979508fc3d0ddb75b73b0126d7859afb4 100644
|
| --- a/ash/mus/bridge/wm_shelf_mus.h
|
| +++ b/ash/mus/bridge/wm_shelf_mus.h
|
| @@ -43,8 +43,7 @@ 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;
|
| + bool ProcessGestureEvent(const ui::GestureEvent& event) override;
|
| void UpdateAutoHideForMouseEvent(ui::MouseEvent* event) override;
|
| void UpdateAutoHideForGestureEvent(ui::GestureEvent* event) override;
|
| void AddObserver(WmShelfObserver* observer) override;
|
|
|