| Index: ash/shelf/shelf_layout_manager.h
|
| diff --git a/ash/shelf/shelf_layout_manager.h b/ash/shelf/shelf_layout_manager.h
|
| index ebaa60a247074b7b44bf7a43f6ca248b55f044b2..018effaeff04f07645522d47f887794187c2c642 100644
|
| --- a/ash/shelf/shelf_layout_manager.h
|
| +++ b/ash/shelf/shelf_layout_manager.h
|
| @@ -87,6 +87,10 @@ class ASH_EXPORT ShelfLayoutManager
|
| }
|
|
|
| // Stops any animations and sets the bounds of the shelf and status widgets.
|
| + void LayoutShelfAndUpdateBounds(bool change_work_area);
|
| +
|
| + // Stops any animations, sets the bounds of the shelf and status widgets, and
|
| + // changes the work area
|
| void LayoutShelf();
|
|
|
| // Returns shelf visibility state based on current value of auto hide
|
| @@ -242,9 +246,11 @@ class ASH_EXPORT ShelfLayoutManager
|
|
|
| // Updates the bounds and opacity of the shelf and status widgets.
|
| // If |observer| is specified, it will be called back when the animations, if
|
| - // any, are complete.
|
| + // any, are complete. |change_work_area| specifies whether or not to update
|
| + // the work area of the screen.
|
| void UpdateBoundsAndOpacity(const TargetBounds& target_bounds,
|
| bool animate,
|
| + bool change_work_area,
|
| ui::ImplicitAnimationObserver* observer);
|
|
|
| // Stops any animations and progresses them to the end.
|
|
|