| Index: content/port/browser/render_widget_host_view_port.h
|
| diff --git a/content/port/browser/render_widget_host_view_port.h b/content/port/browser/render_widget_host_view_port.h
|
| index 162a7fb6cd0f7f2e31efcaa1b6ed2cecc62bf66e..e398e52f2748242aaf1593339954c724b25be408 100644
|
| --- a/content/port/browser/render_widget_host_view_port.h
|
| +++ b/content/port/browser/render_widget_host_view_port.h
|
| @@ -97,8 +97,8 @@ class CONTENT_EXPORT RenderWidgetHostViewPort : public RenderWidgetHostView,
|
|
|
| // Updates the type of the input method attached to the view.
|
| virtual void TextInputTypeChanged(ui::TextInputType type,
|
| - bool can_compose_inline,
|
| - ui::TextInputMode mode) = 0;
|
| + ui::TextInputMode mode,
|
| + bool can_compose_inline) = 0;
|
|
|
| // Cancel the ongoing composition of the input method attached to the view.
|
| virtual void ImeCancelComposition() = 0;
|
|
|