Index: ash/common/wm_window.cc |
diff --git a/ash/common/wm_window.cc b/ash/common/wm_window.cc |
index 151fc502fee288e4bd254c2f56f6c8cf82afca5c..4eb6b8bd3b991942b3211e37bbaa0c9e5c363527 100644 |
--- a/ash/common/wm_window.cc |
+++ b/ash/common/wm_window.cc |
@@ -466,6 +466,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) { |