| Index: components/arc/ime/arc_ime_service.h
|
| diff --git a/components/arc/ime/arc_ime_service.h b/components/arc/ime/arc_ime_service.h
|
| index a88e2cb3f8aa71a22bf2641fbbe097235bf8cdb1..12610a8bc36cd416b1dd883dbd63e9a5fd1d3efd 100644
|
| --- a/components/arc/ime/arc_ime_service.h
|
| +++ b/components/arc/ime/arc_ime_service.h
|
| @@ -109,7 +109,7 @@ class ArcImeService : public ArcService,
|
| bool ChangeTextDirectionAndLayoutAlignment(
|
| base::i18n::TextDirection direction) override;
|
| void ExtendSelectionAndDelete(size_t before, size_t after) override;
|
| - void EnsureCaretInRect(const gfx::Rect& rect) override {}
|
| + void EnsureCaretNotInRect(const gfx::Rect& rect) override {}
|
| bool IsTextEditCommandEnabled(ui::TextEditCommand command) const override;
|
| void SetTextEditCommandForNextKeyEvent(ui::TextEditCommand command) override {
|
| }
|
|
|