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

Unified Diff: ash/root_window_controller.cc

Issue 1323053005: Fix cropped floating gesture candidate window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reviews Created 5 years, 3 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 | chrome/browser/ui/ash/ash_keyboard_controller_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.cc
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
index 97fd09eb2f5c33d7a34f3412c8e660c6c5900274..5bdee973a3843d81ad8f8a6bd31d2b1c28f6b1a8 100644
--- a/ash/root_window_controller.cc
+++ b/ash/root_window_controller.cc
@@ -678,7 +678,7 @@ void RootWindowController::DeactivateKeyboard(
}
bool RootWindowController::IsVirtualKeyboardWindow(aura::Window* window) {
- aura::Window* parent = GetContainer(kShellWindowId_ImeWindowParentContainer);
+ aura::Window* parent = GetContainer(kShellWindowId_VirtualKeyboardContainer);
sadrul 2015/09/14 20:28:09 It's unclear to me if this can break existing code
bshe 2015/09/15 13:09:33 make sense. reverted it in this CL and will upload
return parent ? parent->Contains(window) : false;
}
« no previous file with comments | « no previous file | chrome/browser/ui/ash/ash_keyboard_controller_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698