diff options
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents_view_win.cc')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents_view_win.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/tab_contents/tab_contents_view_win.cc b/chrome/browser/tab_contents/tab_contents_view_win.cc index 3278c60..f5f3d96 100644 --- a/chrome/browser/tab_contents/tab_contents_view_win.cc +++ b/chrome/browser/tab_contents/tab_contents_view_win.cc @@ -310,10 +310,6 @@ void TabContentsViewWin::RestoreFocus() { } } -void TabContentsViewWin::SetChildSize(RenderWidgetHostView* rwh_view) { - rwh_view->SetSize(GetContainerSize()); -} - void TabContentsViewWin::UpdateDragCursor(bool is_drop_target) { drop_target_->set_is_drop_target(is_drop_target); } |