| Index: content/browser/renderer_host/render_widget_host_view_aura.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| index 0f72120e899a96e6d186eba36e63c768a5f5676c..34b77e18811f86bd0643d66b6c9aeebf09765543 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| @@ -175,8 +175,8 @@ class RenderWidgetHostViewAura
|
| 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 ImeCompositionRangeChanged(
|
| const ui::Range& range,
|
|
|