Chromium Code Reviews| Index: content/browser/frame_host/render_widget_host_view_child_frame.h |
| diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.h b/content/browser/frame_host/render_widget_host_view_child_frame.h |
| index c77b216b229ced95bdb1745c45adcd44515e7205..b412571d3dda67c04e1e616cc80ec4eabd621e6f 100644 |
| --- a/content/browser/frame_host/render_widget_host_view_child_frame.h |
| +++ b/content/browser/frame_host/render_widget_host_view_child_frame.h |
| @@ -84,8 +84,8 @@ class CONTENT_EXPORT RenderWidgetHostViewChildFrame |
| void MovePluginWindows(const std::vector<WebPluginGeometry>& moves) override; |
| void UpdateCursor(const WebCursor& cursor) override; |
| void SetIsLoading(bool is_loading) override; |
| - void TextInputStateChanged( |
| - const ViewHostMsg_TextInputState_Params& params) override; |
| + void NotifyTextInputStateChanged() override; |
| + bool ShouldObtainTextInputStateFromSubFrameViews() const override; |
|
kenrb
2016/02/01 20:12:43
nit: SubFrame should be ChildFrame, to keep termin
EhsanK
2016/02/12 15:46:59
Done.
|
| void ImeCancelComposition() override; |
| void ImeCompositionRangeChanged( |
| const gfx::Range& range, |