| Index: chrome/browser/chromeos/input_method/mock_input_method_engine.cc
|
| diff --git a/chrome/browser/chromeos/input_method/mock_input_method_engine.cc b/chrome/browser/chromeos/input_method/mock_input_method_engine.cc
|
| index 009430950cdc682858ac818688b8340edffcab15..852a095772f88901423338c1315cbedaa54f409d 100644
|
| --- a/chrome/browser/chromeos/input_method/mock_input_method_engine.cc
|
| +++ b/chrome/browser/chromeos/input_method/mock_input_method_engine.cc
|
| @@ -130,8 +130,8 @@ void MockInputMethodEngine::CandidateClicked(uint32 index) {
|
|
|
| void MockInputMethodEngine::SetSurroundingText(const std::string& text,
|
| uint32 cursor_pos,
|
| - uint32 anchor_pos) {
|
| -}
|
| + uint32 anchor_pos,
|
| + uint32 offset_pos) {}
|
|
|
| void MockInputMethodEngine::SetCompositionBounds(
|
| const std::vector<gfx::Rect>& bounds) {
|
|
|