| Index: views/ime/input_method_ibus.cc
|
| diff --git a/views/ime/input_method_ibus.cc b/views/ime/input_method_ibus.cc
|
| index 4543cef40a4a8657d2a41f2d20cb7a897956cefd..af5efec84f6de4cb8126e3ea5616e85e7d8e3c26 100644
|
| --- a/views/ime/input_method_ibus.cc
|
| +++ b/views/ime/input_method_ibus.cc
|
| @@ -727,7 +727,7 @@ void InputMethodIBus::ProcessUnfilteredKeyPressEvent(const KeyEvent& key,
|
|
|
| // Process compose and dead keys
|
| if (character_composer_.FilterKeyPress(ibus_keyval)) {
|
| - string16 composed = character_composer_.GetComposedCharacter();
|
| + string16 composed = character_composer_.composed_character();
|
| if (!composed.empty()) {
|
| TextInputClient* client = GetTextInputClient();
|
| if (client)
|
|
|