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

Unified Diff: ash/common/wm_window.cc

Issue 2553603002: New accessibility virtual keyboard behavior in non-sticky mode. (Closed)
Patch Set: Remove TextInputClient::OnClientFocusLost() Created 3 years, 8 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/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) {
« no previous file with comments | « no previous file | ash/root_window_controller_unittest.cc » ('j') | content/browser/renderer_host/render_widget_host_view_aura.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698