| 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 13f9dbc6e6a397b701e32425443a65d401888521..61333310fb3c50b08985af0488d1f53776d2b1a1 100644
|
| --- a/ui/base/ime/input_method_chromeos.cc
|
| +++ b/ui/base/ime/input_method_chromeos.cc
|
| @@ -496,7 +496,8 @@ void InputMethodChromeOS::UpdateCompositionText(
|
| chromeos::IBusPanelCandidateWindowHandlerInterface* candidate_window =
|
| chromeos::IMEBridge::Get()->GetCandidateWindowHandler();
|
| if (candidate_window)
|
| - candidate_window->UpdatePreeditText(text.text(), cursor_pos, visible);
|
| + candidate_window->UpdatePreeditText(
|
| + base::UTF8ToUTF16(text.text()), cursor_pos, visible);
|
| }
|
|
|
| // |visible| argument is very confusing. For example, what's the correct
|
|
|