| Index: chrome/browser/chromeos/input_method/input_method_engine_interface.h
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_engine_interface.h b/chrome/browser/chromeos/input_method/input_method_engine_interface.h
|
| index b183a3d4442e8e03509530e4b5eb93c420681901..bf5484202f509f12fdfb10399c8c454c6d2d1583 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_engine_interface.h
|
| +++ b/chrome/browser/chromeos/input_method/input_method_engine_interface.h
|
| @@ -171,7 +171,8 @@ class InputMethodEngineInterface : public IMEEngineHandlerInterface {
|
| virtual void OnSurroundingTextChanged(const std::string& engine_id,
|
| const std::string& text,
|
| int cursor_pos,
|
| - int anchor_pos) = 0;
|
| + int anchor_pos,
|
| + int offset_pos) = 0;
|
|
|
| // Called when composition bounds are changed.
|
| virtual void OnCompositionBoundsChanged(
|
|
|