| 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 14f3e1a3b2deacdaedd19f10e4de294300646fc1..b5ab9213867f21fc22e6ea38efa1a4943b4efd34 100644
|
| --- a/ash/mus/bridge/wm_shelf_mus.h
|
| +++ b/ash/mus/bridge/wm_shelf_mus.h
|
| @@ -27,6 +27,9 @@ class WmShelfMus : public WmShelf {
|
| // WmShelf:
|
| WmWindow* GetWindow() override;
|
| ShelfAlignment GetAlignment() const override;
|
| + void SetAlignment(ShelfAlignment alignment) override;
|
| + ShelfAutoHideBehavior GetAutoHideBehavior() const override;
|
| + void SetAutoHideBehavior(ShelfAutoHideBehavior behavior) override;
|
| ShelfBackgroundType GetBackgroundType() const override;
|
| void UpdateVisibilityState() override;
|
| ShelfVisibilityState GetVisibilityState() const override;
|
|
|