| Index: chrome/browser/chromeos/input_method/mock_input_method_engine.h
|
| diff --git a/chrome/browser/chromeos/input_method/mock_input_method_engine.h b/chrome/browser/chromeos/input_method/mock_input_method_engine.h
|
| index 3a60575075d5a23380d98f054f5171a99fe82ec2..5151d39cd919055f5d53df52a3bc9ded085e10b6 100644
|
| --- a/chrome/browser/chromeos/input_method/mock_input_method_engine.h
|
| +++ b/chrome/browser/chromeos/input_method/mock_input_method_engine.h
|
| @@ -80,7 +80,8 @@ class MockInputMethodEngine : 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 SetCompositionBounds(const std::vector<gfx::Rect>& bounds) override;
|
| void HideInputView() override;
|
|
|
|
|