Index: content/browser/renderer_host/render_widget_host_impl.h |
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h |
index 1a5f782a0abb24a25c8987d7c0a01c3290d329f7..43047c22be768ba223fe3535c9fee9d8a387e563 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -48,7 +48,7 @@ |
struct FrameHostMsg_HittestData_Params; |
struct ViewHostMsg_SelectionBounds_Params; |
-struct ViewHostMsg_TextInputState_Params; |
+struct TextInputState; |
Charlie Reis
2016/04/22 23:02:38
nit: Belongs in content namespace. (Same in remai
EhsanK
2016/04/25 19:09:00
Done.
|
struct ViewHostMsg_UpdateRect_Params; |
namespace base { |
@@ -571,8 +571,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost, |
void OnUpdateRect(const ViewHostMsg_UpdateRect_Params& params); |
void OnQueueSyntheticGesture(const SyntheticGesturePacket& gesture_packet); |
void OnSetCursor(const WebCursor& cursor); |
- void OnTextInputStateChanged( |
- const ViewHostMsg_TextInputState_Params& params); |
+ void OnTextInputStateChanged(const TextInputState& params); |
void OnImeCompositionRangeChanged( |
const gfx::Range& range, |