| Index: ash/common/shelf/shelf_layout_manager.cc
|
| diff --git a/ash/common/shelf/shelf_layout_manager.cc b/ash/common/shelf/shelf_layout_manager.cc
|
| index 92a4c75ae32c3f900e096a6746fff05c385af228..0546ade6893934024556fe0081c956ea3fddf75b 100644
|
| --- a/ash/common/shelf/shelf_layout_manager.cc
|
| +++ b/ash/common/shelf/shelf_layout_manager.cc
|
| @@ -419,6 +419,8 @@ void ShelfLayoutManager::OnKeyboardBoundsChanging(const gfx::Rect& new_bounds) {
|
| }
|
| }
|
|
|
| +void ShelfLayoutManager::OnKeyboardClosed() {}
|
| +
|
| bool ShelfLayoutManager::IsHorizontalAlignment() const {
|
| return ::ash::IsHorizontalAlignment(GetAlignment());
|
| }
|
|
|