| Index: ash/common/wm_window.cc
|
| diff --git a/ash/common/wm_window.cc b/ash/common/wm_window.cc
|
| index cb4018cfed2137eb29c4239e6a86862f18c365f5..87e9f6c4ad158e94339d4f9b4fdb2d549c1132a2 100644
|
| --- a/ash/common/wm_window.cc
|
| +++ b/ash/common/wm_window.cc
|
| @@ -468,6 +468,7 @@ gfx::Rect WmWindow::GetTargetBounds() {
|
|
|
| void WmWindow::ClearRestoreBounds() {
|
| window_->ClearProperty(aura::client::kRestoreBoundsKey);
|
| + window_->ClearProperty(aura::client::kVirtualKeyboardRestoreBoundsKey);
|
| }
|
|
|
| void WmWindow::SetRestoreBoundsInScreen(const gfx::Rect& bounds) {
|
|
|