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

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

Issue 2925353002: Implement sync of keyboard layout between Ozone and Wayland clients (Closed)
Patch Set: 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
Index: ui/base/ime/chromeos/ime_keyboard_ozone.cc
diff --git a/ui/base/ime/chromeos/ime_keyboard_ozone.cc b/ui/base/ime/chromeos/ime_keyboard_ozone.cc
index 8aa09e08b51131b1873e101a7fc2e68be049f947..693845ad2b5cb89df8db86e06d8d653a2d5c60fa 100644
--- a/ui/base/ime/chromeos/ime_keyboard_ozone.cc
+++ b/ui/base/ime/chromeos/ime_keyboard_ozone.cc
@@ -20,6 +20,7 @@ ImeKeyboardOzone::~ImeKeyboardOzone() {
bool ImeKeyboardOzone::SetCurrentKeyboardLayoutByName(
const std::string& layout_name) {
+ ImeKeyboard::SetCurrentKeyboardLayoutByName(layout_name);
last_layout_ = layout_name;
input_controller_->SetCurrentLayoutByName(layout_name);
return true;
« ui/base/ime/chromeos/ime_keyboard.cc ('K') | « ui/base/ime/chromeos/ime_keyboard.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698