Index: content/browser/renderer_host/render_widget_host_view_mac.h |
diff --git a/content/browser/renderer_host/render_widget_host_view_mac.h b/content/browser/renderer_host/render_widget_host_view_mac.h |
index 48d00f747fbb69a42b872db92d878d761b11efce..6595bb15b03124139c8ea9dadf92b95ca175b032 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_mac.h |
+++ b/content/browser/renderer_host/render_widget_host_view_mac.h |
@@ -38,8 +38,6 @@ |
#import "ui/base/cocoa/tool_tip_base_view.h" |
#include "ui/gfx/display_observer.h" |
-struct ViewHostMsg_TextInputState_Params; |
- |
namespace content { |
class RenderWidgetHostImpl; |
class RenderWidgetHostViewMac; |
@@ -301,8 +299,7 @@ class CONTENT_EXPORT RenderWidgetHostViewMac |
void Focus() override; |
void UpdateCursor(const WebCursor& cursor) override; |
void SetIsLoading(bool is_loading) 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, |