| 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 613177c9a81fceebe466dd6bdbc93c7dabcf7e43..350670ca50254d70ab3d704cce2f64df8b596fd9 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -660,6 +660,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
| const ViewHostMsg_BeginSmoothScroll_Params& params);
|
| void OnBeginPinch(
|
| const ViewHostMsg_BeginPinch_Params& params);
|
| + void OnSetExpectedSize(const gfx::Size& size);
|
| virtual void OnFocus();
|
| virtual void OnBlur();
|
| void OnSetCursor(const WebCursor& cursor);
|
|
|