| Index: ui/base/ime/chromeos/mock_ime_engine_handler.cc
|
| diff --git a/ui/base/ime/chromeos/mock_ime_engine_handler.cc b/ui/base/ime/chromeos/mock_ime_engine_handler.cc
|
| index 867ef19dbb8d9dbdf81c7ea49b25ded59a8cbd7a..3455b65a32305502db0baf5d858ddfcb2ee024dd 100644
|
| --- a/ui/base/ime/chromeos/mock_ime_engine_handler.cc
|
| +++ b/ui/base/ime/chromeos/mock_ime_engine_handler.cc
|
| @@ -66,7 +66,8 @@ void MockIMEEngineHandler::CandidateClicked(uint32 index) {
|
|
|
| void MockIMEEngineHandler::SetSurroundingText(const std::string& text,
|
| uint32 cursor_pos,
|
| - uint32 anchor_pos) {
|
| + uint32 anchor_pos,
|
| + uint32 offset_pos) {
|
| ++set_surrounding_text_call_count_;
|
| last_set_surrounding_text_ = text;
|
| last_set_surrounding_cursor_pos_ = cursor_pos;
|
|
|