| 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 01594802f9b5782d41373b230b624aef76eb6a3e..3f130d3f375d19a96e07936d23edfca4e0a3eaf5 100644
|
| --- a/content/test/test_render_view_host.h
|
| +++ b/content/test/test_render_view_host.h
|
| @@ -28,6 +28,7 @@
|
| // To use, derive your test base class from RenderViewHostImplTestHarness.
|
|
|
| struct FrameHostMsg_DidCommitProvisionalLoad_Params;
|
| +struct ViewHostMsg_TextInputState_Params;
|
|
|
| namespace gfx {
|
| class Rect;
|
| @@ -98,9 +99,8 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase {
|
| virtual void Blur() OVERRIDE {}
|
| virtual void SetIsLoading(bool is_loading) OVERRIDE {}
|
| virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE {}
|
| - virtual void TextInputTypeChanged(ui::TextInputType type,
|
| - ui::TextInputMode input_mode,
|
| - bool can_compose_inline) OVERRIDE {}
|
| + virtual void TextInputStateChanged(
|
| + const ViewHostMsg_TextInputState_Params& params) OVERRIDE {}
|
| virtual void ImeCancelComposition() OVERRIDE {}
|
| #if defined(OS_MACOSX) || defined(USE_AURA)
|
| virtual void ImeCompositionRangeChanged(
|
|
|