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

Unified Diff: ash/wm_window.cc

Issue 2553603002: New accessibility virtual keyboard behavior in non-sticky mode. (Closed)
Patch Set: rebase Created 3 years, 7 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/wm_window.cc
diff --git a/ash/wm_window.cc b/ash/wm_window.cc
index 186d14e381fc6775ee8adfd28c9a0b19efd711e3..9e727dc9cca3cbb7f007363f42067da0e3bdbc09 100644
--- a/ash/wm_window.cc
+++ b/ash/wm_window.cc
@@ -44,6 +44,7 @@
#include "ui/views/widget/widget_delegate.h"
#include "ui/wm/core/coordinate_conversion.h"
#include "ui/wm/core/easy_resize_window_targeter.h"
+#include "ui/wm/core/ime_util_chromeos.h"
#include "ui/wm/core/transient_window_manager.h"
#include "ui/wm/core/visibility_controller.h"
#include "ui/wm/core/window_util.h"
@@ -439,6 +440,7 @@ gfx::Rect WmWindow::GetTargetBounds() {
void WmWindow::ClearRestoreBounds() {
window_->ClearProperty(aura::client::kRestoreBoundsKey);
+ window_->ClearProperty(::wm::kVirtualKeyboardRestoreBoundsKey);
}
void WmWindow::SetRestoreBoundsInScreen(const gfx::Rect& bounds) {
« no previous file with comments | « ash/root_window_controller_unittest.cc ('k') | content/browser/renderer_host/render_widget_host_view_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698