Chromium Code Reviews| Index: content/browser/renderer_host/render_widget_host_impl.h |
| =================================================================== |
| --- content/browser/renderer_host/render_widget_host_impl.h (revision 221161) |
| +++ content/browser/renderer_host/render_widget_host_impl.h (working copy) |
| @@ -655,6 +655,7 @@ |
| void OnUpdateIsDelayed(); |
| void OnBeginSmoothScroll( |
| const ViewHostMsg_BeginSmoothScroll_Params& params); |
| + void OnSetExpectedSize(const gfx::Size& size); |
| virtual void OnFocus(); |
| virtual void OnBlur(); |
| void OnSetCursor(const WebCursor& cursor); |