| 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..7080b11b4dcf8e622aae736964dd14763b60345a 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -92,6 +92,7 @@ struct EditCommand;
|
| struct ResizeParams;
|
| struct ScreenInfo;
|
| struct TextInputState;
|
| +struct FormFieldData;
|
|
|
| // This implements the RenderWidgetHost interface that is exposed to
|
| // embedders of content, and adds things only visible to content.
|
| @@ -594,6 +595,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
|
| void OnQueueSyntheticGesture(const SyntheticGesturePacket& gesture_packet);
|
| void OnSetCursor(const WebCursor& cursor);
|
| void OnTextInputStateChanged(const TextInputState& params);
|
| + void OnFocusedFormFieldDataReply(int request_id,
|
| + const FormFieldData& field_data);
|
|
|
| void OnImeCompositionRangeChanged(
|
| const gfx::Range& range,
|
|
|