| Index: chrome/browser/tab_contents/web_contents.cc
|
| diff --git a/chrome/browser/tab_contents/web_contents.cc b/chrome/browser/tab_contents/web_contents.cc
|
| index 81c3e7ae2339668f194e4bbc9e5c948668a42f5c..a3c0e96fd89fee33d246323356afec43ddb05244 100644
|
| --- a/chrome/browser/tab_contents/web_contents.cc
|
| +++ b/chrome/browser/tab_contents/web_contents.cc
|
| @@ -1542,7 +1542,7 @@ bool WebContents::CreateRenderViewForRenderManager(
|
| return false;
|
|
|
| // Now that the RenderView has been created, we need to tell it its size.
|
| - rwh_view->SetSize(view_->GetContainerSize());
|
| + view_->SetChildSize(rwh_view);
|
|
|
| UpdateMaxPageIDIfNecessary(render_view_host->site_instance(),
|
| render_view_host);
|
|
|