| Index: ash/common/wm/lock_layout_manager.h
|
| diff --git a/ash/common/wm/lock_layout_manager.h b/ash/common/wm/lock_layout_manager.h
|
| index 9ba7473d390c750a1e76a340ea26da62b2701457..5dc5904a28dcb0e2e62302f78f1cc846ab826df0 100644
|
| --- a/ash/common/wm/lock_layout_manager.h
|
| +++ b/ash/common/wm/lock_layout_manager.h
|
| @@ -57,7 +57,8 @@ class ASH_EXPORT LockLayoutManager
|
| const gfx::Rect& new_bounds) override;
|
|
|
| // ShellObserver:
|
| - void OnVirtualKeyboardStateChanged(bool activated) override;
|
| + void OnVirtualKeyboardStateChanged(bool activated,
|
| + WmWindow* root_window) override;
|
|
|
| // keyboard::KeyboardControllerObserver overrides:
|
| void OnKeyboardBoundsChanging(const gfx::Rect& new_bounds) override;
|
|
|