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

Unified Diff: ui/base/ime/input_method_win.cc

Issue 48393003: Add InputMethodObserver support into InputMethodBase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix -Werror=sign-compare Created 7 years, 2 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/input_method_tsf.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/input_method_win.cc
diff --git a/ui/base/ime/input_method_win.cc b/ui/base/ime/input_method_win.cc
index 4bb8b6afda0d11a8a9fa528751d186a96ea0091c..adefd8892eab79b6bfd82d53c7620861c8684532 100644
--- a/ui/base/ime/input_method_win.cc
+++ b/ui/base/ime/input_method_win.cc
@@ -94,6 +94,7 @@ void InputMethodWin::OnInputLocaleChanged() {
locale_ = imm32_manager_.GetInputLanguageName();
direction_ = imm32_manager_.GetTextDirection();
OnInputMethodChanged();
+ InputMethodBase::OnInputLocaleChanged();
}
std::string InputMethodWin::GetInputLocale() {
« no previous file with comments | « ui/base/ime/input_method_tsf.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698