summaryrefslogtreecommitdiffstats
path: root/ash/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell.h')
-rw-r--r--ash/shell.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/shell.h b/ash/shell.h
index 8ec275b..163dbc7 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -252,6 +252,9 @@ class ASH_EXPORT Shell {
void SetShelfAutoHideBehavior(ShelfAutoHideBehavior behavior);
ShelfAutoHideBehavior GetShelfAutoHideBehavior() const;
+ void SetShelfAlignment(ShelfAlignment alignment);
+ ShelfAlignment GetShelfAlignment();
+
// TODO(sky): don't expose this!
internal::ShelfLayoutManager* shelf() const { return shelf_; }