| Index: ash/wm/lock_layout_manager.h
|
| diff --git a/ash/wm/lock_layout_manager.h b/ash/wm/lock_layout_manager.h
|
| index 7a9f0e8312d155af0609407e7288ebf89701da4f..bb846552e2616b089c9a5ff3aa41fc0afe41c18a 100644
|
| --- a/ash/wm/lock_layout_manager.h
|
| +++ b/ash/wm/lock_layout_manager.h
|
| @@ -78,6 +78,7 @@ class ASH_EXPORT LockLayoutManager
|
|
|
| // keyboard::KeyboardControllerObserver overrides:
|
| void OnKeyboardBoundsChanging(const gfx::Rect& new_bounds) override;
|
| + void OnKeyboardClosed() override {}
|
|
|
| private:
|
| // Adjusts the bounds of all managed windows when the display area changes.
|
|
|