| Index: ui/aura_shell/shelf_layout_manager.h
|
| diff --git a/ui/aura_shell/shelf_layout_manager.h b/ui/aura_shell/shelf_layout_manager.h
|
| index 2c46867ba3fdf42f5f39e06d09370a063d5f8592..2769e02be809b63ad29a152b1b52c51d1e0ee9d6 100644
|
| --- a/ui/aura_shell/shelf_layout_manager.h
|
| +++ b/ui/aura_shell/shelf_layout_manager.h
|
| @@ -39,6 +39,8 @@ class ShelfLayoutManager : public aura::LayoutManager,
|
| // Sets the visbility of the shelf to |visible|.
|
| void SetVisible(bool visible);
|
|
|
| + gfx::Rect GetLauncherBounds() const;
|
| +
|
| // Overridden from aura::LayoutManager:
|
| virtual void OnWindowResized() OVERRIDE;
|
| virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE;
|
|
|