| Index: chrome/browser/tab_contents/web_contents_view_win.h
|
| diff --git a/chrome/browser/tab_contents/web_contents_view_win.h b/chrome/browser/tab_contents/web_contents_view_win.h
|
| index 6eeb77ef824f0ed1da354a57f9b4670ab085a446..2fb51262e2c28478a9b8e619d3162344ef946f1f 100644
|
| --- a/chrome/browser/tab_contents/web_contents_view_win.h
|
| +++ b/chrome/browser/tab_contents/web_contents_view_win.h
|
| @@ -42,6 +42,7 @@ class WebContentsViewWin : public WebContentsView,
|
| virtual void SetInitialFocus();
|
| virtual void StoreFocus();
|
| virtual void RestoreFocus();
|
| + virtual void SetChildSize(RenderWidgetHostView* rwh_view);
|
|
|
| // Backend implementation of RenderViewHostDelegate::View.
|
| virtual void ShowContextMenu(const ContextMenuParams& params);
|
|
|