Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: ash/aura/wm_window_aura.cc

Issue 2553603002: New accessibility virtual keyboard behavior in non-sticky mode. (Closed)
Patch Set: address the comments Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/aura/wm_window_aura.cc
diff --git a/ash/aura/wm_window_aura.cc b/ash/aura/wm_window_aura.cc
index e127dc8e9c1f2dc1086e3b78a091ce96c5a6bdae..6bde4c5b4a6d553eb110b156c3ebd01f4c4b32e6 100644
--- a/ash/aura/wm_window_aura.cc
+++ b/ash/aura/wm_window_aura.cc
@@ -583,6 +583,7 @@ gfx::Rect WmWindowAura::GetTargetBounds() {
void WmWindowAura::ClearRestoreBounds() {
window_->ClearProperty(aura::client::kRestoreBoundsKey);
+ window_->ClearProperty(aura::client::kVirtualKeyboardRestoreBoundsKey);
}
void WmWindowAura::SetRestoreBoundsInScreen(const gfx::Rect& bounds) {

Powered by Google App Engine
This is Rietveld 408576698