| Index: ui/base/ime/input_method_chromeos.cc
|
| diff --git a/ui/base/ime/input_method_chromeos.cc b/ui/base/ime/input_method_chromeos.cc
|
| index 27d0a5598f68cb4893efac1edac640bfa1cd7568..9d26f3f7074e0ae03a06967cc516b622442834f1 100644
|
| --- a/ui/base/ime/input_method_chromeos.cc
|
| +++ b/ui/base/ime/input_method_chromeos.cc
|
| @@ -66,7 +66,7 @@ void InputMethodChromeOS::DispatchKeyEvent(
|
| // For linux_chromeos, the ime keyboard cannot track the caps lock state by
|
| // itself, so need to call SetCapsLockEnabled() method to reflect the caps
|
| // lock state by the key event.
|
| - if (!base::SysInfo::IsRunningOnChromeOS()) {
|
| + if (!base::SysInfo::IsRunningAsSystemCompositor()) {
|
| chromeos::input_method::InputMethodManager* manager =
|
| chromeos::input_method::InputMethodManager::Get();
|
| if (manager) {
|
|
|