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

Unified Diff: ash/common/wm_window.cc

Issue 2553603002: New accessibility virtual keyboard behavior in non-sticky mode. (Closed)
Patch Set: rebase Created 3 years, 9 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
« no previous file with comments | « no previous file | ash/root_window_controller_unittest.cc » ('j') | ui/base/ime/input_method.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_window.cc
diff --git a/ash/common/wm_window.cc b/ash/common/wm_window.cc
index cb4018cfed2137eb29c4239e6a86862f18c365f5..87e9f6c4ad158e94339d4f9b4fdb2d549c1132a2 100644
--- a/ash/common/wm_window.cc
+++ b/ash/common/wm_window.cc
@@ -468,6 +468,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') | ui/base/ime/input_method.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698