| Index: chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc
|
| diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc
|
| index be887cf96c15dfeaf579aebbdd3594caf240c7f2..46a1c794ee8640134d2688e2bef935a73c2e96ae 100644
|
| --- a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc
|
| +++ b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc
|
| @@ -221,6 +221,10 @@ void TabContentsViewViews::RestoreFocus() {
|
| }
|
| }
|
|
|
| +void TabContentsViewViews::GetViewBounds(gfx::Rect* out) const {
|
| + out->SetRect(x(), y(), width(), height());
|
| +}
|
| +
|
| void TabContentsViewViews::DidChangeBounds(const gfx::Rect& previous,
|
| const gfx::Rect& current) {
|
| if (IsVisibleInRootView())
|
|
|