| Index: content/renderer/render_widget.h
|
| diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
|
| index f62a383d674f52790a09defbc88e0a4915a40795..06d9f07e25c359c644ae19e4a57d9b35d571c8c2 100644
|
| --- a/content/renderer/render_widget.h
|
| +++ b/content/renderer/render_widget.h
|
| @@ -439,7 +439,6 @@ class CONTENT_EXPORT RenderWidget
|
| void OnCreateVideoAck(int32 video_id);
|
| void OnUpdateVideoAck(int32 video_id);
|
| void OnRequestMoveAck();
|
| - void OnSetInputMethodActive(bool is_active);
|
| virtual void OnImeSetComposition(
|
| const base::string16& text,
|
| const std::vector<blink::WebCompositionUnderline>& underlines,
|
| @@ -712,9 +711,6 @@ class CONTENT_EXPORT RenderWidget
|
| // Whether this RenderWidget is for an out-of-process iframe or not.
|
| bool for_oopif_;
|
|
|
| - // Indicates if an input method is active in the browser process.
|
| - bool input_method_is_active_;
|
| -
|
| // Stores information about the current text input.
|
| blink::WebTextInputInfo text_input_info_;
|
|
|
|
|