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

Unified Diff: ash/common/wm/workspace/workspace_layout_manager.cc

Issue 2445293002: Make the virtual keyboard show up on the display with input focus. (Closed)
Patch Set: address the comments Created 4 years, 1 month 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/workspace/workspace_layout_manager.cc
diff --git a/ash/common/wm/workspace/workspace_layout_manager.cc b/ash/common/wm/workspace/workspace_layout_manager.cc
index 2ce98a1eb7d8cd4fd7d77d002fffc58b51c36fb1..3768eadeb6b089999c17a880781ebe4ab35d7a33 100644
--- a/ash/common/wm/workspace/workspace_layout_manager.cc
+++ b/ash/common/wm/workspace/workspace_layout_manager.cc
@@ -134,7 +134,7 @@ void WorkspaceLayoutManager::OnKeyboardBoundsChanging(
bool change_work_area =
(!base::CommandLine::ForCurrentProcess()->HasSwitch(
::switches::kUseNewVirtualKeyboardBehavior) ||
- keyboard::KeyboardController::GetInstance()->get_lock_keyboard());
+ keyboard::KeyboardController::GetInstance()->keyboard_locked());
if (!change_work_area)
return;

Powered by Google App Engine
This is Rietveld 408576698