Index: content/test/test_render_view_host.h |
diff --git a/content/test/test_render_view_host.h b/content/test/test_render_view_host.h |
index 75a03cdab0fb3a045a2d59cd237404bdf9230ee0..831773bb7103f2fb0928c27421fdc2455b5e8fbd 100644 |
--- a/content/test/test_render_view_host.h |
+++ b/content/test/test_render_view_host.h |
@@ -31,7 +31,7 @@ |
// To use, derive your test base class from RenderViewHostImplTestHarness. |
struct FrameHostMsg_DidCommitProvisionalLoad_Params; |
-struct ViewHostMsg_TextInputState_Params; |
+struct TextInputState; |
namespace gfx { |
class Rect; |
@@ -99,8 +99,7 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase { |
void Focus() override {} |
void SetIsLoading(bool is_loading) override {} |
void UpdateCursor(const WebCursor& cursor) override {} |
- void TextInputStateChanged( |
- const ViewHostMsg_TextInputState_Params& params) override {} |
+ void UpdateInputMethodIfNecessary(bool text_input_state_changed) override {} |
void ImeCancelComposition() override {} |
void ImeCompositionRangeChanged( |
const gfx::Range& range, |