Index: ui/keyboard/keyboard_layout_manager.cc |
diff --git a/ui/keyboard/keyboard_layout_manager.cc b/ui/keyboard/keyboard_layout_manager.cc |
index 613800f58fb5cf8e187aeb6f0342f39908939729..178a86461a896ea33c9e236c2e82a9ee444918d6 100644 |
--- a/ui/keyboard/keyboard_layout_manager.cc |
+++ b/ui/keyboard/keyboard_layout_manager.cc |
@@ -99,7 +99,7 @@ void KeyboardLayoutManager::SetChildBounds(aura::Window* child, |
// We need to send out this notification only if keyboard is visible since |
// keyboard window is resized even if keyboard is hidden. |
if (controller_->keyboard_visible()) |
- controller_->NotifyKeyboardBoundsChanging(requested_bounds); |
+ controller_->NotifyKeyboardBoundsChanging(new_bounds); |
} else if (controller_->keyboard_mode() == FLOATING) { |
controller_->NotifyKeyboardBoundsChanging(gfx::Rect()); |
} |