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

Unified Diff: ash/aura/wm_window_aura.cc

Issue 2553603002: New accessibility virtual keyboard behavior in non-sticky mode. (Closed)
Patch Set: reupload 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 ce8d0e5491dd3ec4a3c631a252a25e6a1d58907d..4b50bf2ad259ddeaca615a2b1e1247eed987e07b 100644
--- a/ash/aura/wm_window_aura.cc
+++ b/ash/aura/wm_window_aura.cc
@@ -566,6 +566,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) {
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_aura.h » ('j') | ui/base/ime/input_method.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698