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

Unified Diff: ash/mus/keyboard_ui_mus.cc

Issue 2445293002: Make the virtual keyboard show up on the display with input focus. (Closed)
Patch Set: fix one more compilation error on Windows 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
« no previous file with comments | « ash/mus/keyboard_ui_mus.h ('k') | ash/root_window_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/keyboard_ui_mus.cc
diff --git a/ash/mus/keyboard_ui_mus.cc b/ash/mus/keyboard_ui_mus.cc
index 4a7f1ab264af2391f882ff16b68170592b9706c6..9b728f61c103109b4792d0a8d211d7740cf36212 100644
--- a/ash/mus/keyboard_ui_mus.cc
+++ b/ash/mus/keyboard_ui_mus.cc
@@ -37,6 +37,12 @@ void KeyboardUIMus::Show() {
keyboard_->Show();
}
+void KeyboardUIMus::ShowInDisplay(const int64_t display_id) {
+ // TODO(yhanada): Send display id after adding a display_id argument to
+ // |Keyboard::Show()| in keyboard.mojom. See crbug.com/585253.
+ keyboard_->Show();
+}
+
bool KeyboardUIMus::IsEnabled() {
return is_enabled_;
}
« no previous file with comments | « ash/mus/keyboard_ui_mus.h ('k') | ash/root_window_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698