| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index f0da2fb3f7b20248934a64b1f872672bb7f3a92e..215000e5354dd8b1b749402aeaf350e02cdbca79 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -606,7 +606,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl
|
| ui::TextInputMode input_mode,
|
| bool can_compose_inline);
|
|
|
| -#if defined(OS_MACOSX) || defined(USE_AURA)
|
| +#if defined(OS_MACOSX) || defined(USE_AURA) || defined(OS_ANDROID)
|
| void OnImeCompositionRangeChanged(
|
| const gfx::Range& range,
|
| const std::vector<gfx::Rect>& character_bounds);
|
|
|