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

Unified Diff: ui/base/ime/chromeos/ime_keyboard_mus.cc

Issue 2925353002: Implement sync of keyboard layout between Ozone and Wayland clients (Closed)
Patch Set: Rebase on master Created 3 years, 6 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 | « ui/base/ime/chromeos/ime_keyboard.cc ('k') | ui/base/ime/chromeos/ime_keyboard_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/chromeos/ime_keyboard_mus.cc
diff --git a/ui/base/ime/chromeos/ime_keyboard_mus.cc b/ui/base/ime/chromeos/ime_keyboard_mus.cc
index 1f8a7d4ab003407101a9bdeefb2ca4c06f8cdc9b..16667ed53b6f62ef92d05d37f9df2d0e324e2664 100644
--- a/ui/base/ime/chromeos/ime_keyboard_mus.cc
+++ b/ui/base/ime/chromeos/ime_keyboard_mus.cc
@@ -19,6 +19,7 @@ ImeKeyboardMus::~ImeKeyboardMus() = default;
bool ImeKeyboardMus::SetCurrentKeyboardLayoutByName(
const std::string& layout_name) {
+ ImeKeyboard::SetCurrentKeyboardLayoutByName(layout_name);
last_layout_ = layout_name;
input_device_controller_client_->SetKeyboardLayoutByName(layout_name);
return true;
« no previous file with comments | « ui/base/ime/chromeos/ime_keyboard.cc ('k') | ui/base/ime/chromeos/ime_keyboard_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698