| Index: chrome/browser/chromeos/input_method/input_method_engine.h
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_engine.h b/chrome/browser/chromeos/input_method/input_method_engine.h
|
| index e0ae7e855e1aeede04842e7b9a47da75f92f2e8b..31a5603c7364f5e373159287a686c791b9441c75 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_engine.h
|
| +++ b/chrome/browser/chromeos/input_method/input_method_engine.h
|
| @@ -88,7 +88,8 @@ class InputMethodEngine : public InputMethodEngineInterface {
|
| void CandidateClicked(uint32 index) override;
|
| void SetSurroundingText(const std::string& text,
|
| uint32 cursor_pos,
|
| - uint32 anchor_pos) override;
|
| + uint32 anchor_pos,
|
| + uint32 offset_pos) override;
|
| void HideInputView() override;
|
| void SetCompositionBounds(const std::vector<gfx::Rect>& bounds) override;
|
|
|
|
|