| 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 eb69fce58933f696fe3b2e2f7293b19d713581e4..31b66324001c7d13fc530e75666d993c3c6e527e 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -594,6 +594,9 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
|
| void OnQueueSyntheticGesture(const SyntheticGesturePacket& gesture_packet);
|
| void OnSetCursor(const WebCursor& cursor);
|
| void OnTextInputStateChanged(const TextInputState& params);
|
| + void OnTextInputInfoReply(int request_id,
|
| + const std::string& text,
|
| + const std::string& placeholder);
|
|
|
| void OnImeCompositionRangeChanged(
|
| const gfx::Range& range,
|
|
|