| Index: ash/wm/lock_layout_manager_unittest.cc
|
| diff --git a/ash/wm/lock_layout_manager_unittest.cc b/ash/wm/lock_layout_manager_unittest.cc
|
| index fc097fb303cd6181a44f1c5df2ee5575147bf35d..96ce1a84fcb3c7a4e74f90514743c05397a567fa 100644
|
| --- a/ash/wm/lock_layout_manager_unittest.cc
|
| +++ b/ash/wm/lock_layout_manager_unittest.cc
|
| @@ -93,8 +93,8 @@ class LockLayoutManagerTest : public AshTestBase {
|
| keyboard->ShowKeyboard(true);
|
| if (keyboard->proxy()->GetKeyboardWindow()->bounds().height() == 0) {
|
| keyboard->proxy()->GetKeyboardWindow()->SetBounds(
|
| - keyboard::KeyboardBoundsFromWindowBounds(
|
| - keyboard->GetContainerWindow()->bounds(),
|
| + keyboard::FullWidthKeyboardBoundsFromRootBounds(
|
| + Shell::GetPrimaryRootWindow()->bounds(),
|
| kVirtualKeyboardHeight));
|
| }
|
| } else {
|
|
|