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

Unified Diff: ash/aura/wm_window_aura.cc

Issue 2553603002: New accessibility virtual keyboard behavior in non-sticky mode. (Closed)
Patch Set: fix test crashes Created 4 years 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 17d36875349be633a6dd4164c1e64b9933816c70..0ad29653941cffc9d6f8e87a1ef020b41c3b0114 100644
--- a/ash/aura/wm_window_aura.cc
+++ b/ash/aura/wm_window_aura.cc
@@ -574,6 +574,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