| Index: components/arc/ime/arc_ime_service.cc
|
| diff --git a/components/arc/ime/arc_ime_service.cc b/components/arc/ime/arc_ime_service.cc
|
| index d96fa332ab59e8591ba425c9ef11b74950f33ecd..3d7bbf32c36e6bb5bd5d8c72f0882a905574f4b4 100644
|
| --- a/components/arc/ime/arc_ime_service.cc
|
| +++ b/components/arc/ime/arc_ime_service.cc
|
| @@ -296,4 +296,11 @@ bool ArcImeService::IsEditCommandEnabled(int command_id) {
|
| return false;
|
| }
|
|
|
| +const gfx::RenderText* ArcImeService::GetTextAtPointInWindow(
|
| + const gfx::Point& point,
|
| + gfx::Range* range,
|
| + gfx::Point* baseline_point) {
|
| + return nullptr;
|
| +}
|
| +
|
| } // namespace arc
|
|
|