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