| Index: chrome/browser/ui/views/tab_contents/tab_contents_container.cc
|
| diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_container.cc b/chrome/browser/ui/views/tab_contents/tab_contents_container.cc
|
| index 0bbf679cbf8822ae675277b679c4a098e04ccc86..c9635042297350638454d4017fe969f1d428c083 100644
|
| --- a/chrome/browser/ui/views/tab_contents/tab_contents_container.cc
|
| +++ b/chrome/browser/ui/views/tab_contents/tab_contents_container.cc
|
| @@ -85,10 +85,8 @@ void TabContentsContainer::Observe(
|
| // TabContentsContainer, View overrides:
|
|
|
| void TabContentsContainer::Layout() {
|
| - if (native_container_) {
|
| + if (native_container_)
|
| native_container_->GetView()->SetBounds(0, 0, width(), height());
|
| - native_container_->GetView()->Layout();
|
| - }
|
| }
|
|
|
| void TabContentsContainer::GetAccessibleState(ui::AccessibleViewState* state) {
|
|
|