| Index: chrome/browser/chromeos/login/lock/webui_screen_locker.h
|
| diff --git a/chrome/browser/chromeos/login/lock/webui_screen_locker.h b/chrome/browser/chromeos/login/lock/webui_screen_locker.h
|
| index 7f5f64d84dfc2de3510442f9b0e123d7b50343df..be1b2fc5bcdce891dc8ac243b531ff001206e511 100644
|
| --- a/chrome/browser/chromeos/login/lock/webui_screen_locker.h
|
| +++ b/chrome/browser/chromeos/login/lock/webui_screen_locker.h
|
| @@ -138,7 +138,8 @@ class WebUIScreenLocker : public WebUILoginView,
|
| void RenderProcessGone(base::TerminationStatus status) override;
|
|
|
| // ash::ShellObserver:
|
| - void OnVirtualKeyboardStateChanged(bool activated) override;
|
| + void OnVirtualKeyboardStateChanged(bool activated,
|
| + ash::WmWindow* root_window) override;
|
|
|
| // keyboard::KeyboardControllerObserver:
|
| void OnKeyboardBoundsChanging(const gfx::Rect& new_bounds) override;
|
|
|