| Index: content/browser/renderer_host/render_widget_host_view_android.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
|
| index 2282dba8a6ddd88d2034e78f745ca1641a0d924b..c40b92d56c643d0285bc7e99acc120f406e66de8 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.h
|
| @@ -98,8 +98,8 @@ class RenderWidgetHostViewAndroid
|
| virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
|
| virtual void SetIsLoading(bool is_loading) OVERRIDE;
|
| virtual void TextInputTypeChanged(ui::TextInputType type,
|
| - bool can_compose_inline,
|
| - ui::TextInputMode input_mode) OVERRIDE;
|
| + ui::TextInputMode input_mode,
|
| + bool can_compose_inline) OVERRIDE;
|
| virtual void ImeCancelComposition() OVERRIDE;
|
| virtual void DidUpdateBackingStore(
|
| const gfx::Rect& scroll_rect,
|
|
|