| Index: content/browser/renderer_host/render_widget_host_view_gtk.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_gtk.h b/content/browser/renderer_host/render_widget_host_view_gtk.h
|
| index 9ff410a07b1d7997a184043e8d2fdeda938b95f3..b710ef19485654604ba46bcd954f8c0b34c828ff 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_gtk.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_gtk.h
|
| @@ -83,8 +83,8 @@ class CONTENT_EXPORT RenderWidgetHostViewGtk
|
| 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,
|
|
|