| Index: ash/common/shelf/wm_shelf.h
|
| diff --git a/ash/common/shelf/wm_shelf.h b/ash/common/shelf/wm_shelf.h
|
| index ca0aef770ceab01bb7fb1e9a96e6d3d7e7cf73b7..6c78efcc1efb3f804184e074b27756640fc40fba 100644
|
| --- a/ash/common/shelf/wm_shelf.h
|
| +++ b/ash/common/shelf/wm_shelf.h
|
| @@ -24,6 +24,10 @@ class ASH_EXPORT WmShelf {
|
| virtual WmWindow* GetWindow() = 0;
|
|
|
| virtual ShelfAlignment GetAlignment() const = 0;
|
| + virtual void SetAlignment(ShelfAlignment alignment) = 0;
|
| +
|
| + virtual ShelfAutoHideBehavior GetAutoHideBehavior() const = 0;
|
| + virtual void SetAutoHideBehavior(ShelfAutoHideBehavior behavior) = 0;
|
|
|
| virtual ShelfBackgroundType GetBackgroundType() const = 0;
|
|
|
|
|