| Index: chrome/browser/tab_contents/tab_contents.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
|
| index 7769d34661382507d1813da9d0f4815bd9416f56..97efe987005820f20626a59df4bad396806b4d22 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents.cc
|
| @@ -1060,6 +1060,10 @@ gfx::NativeView TabContents::GetNativeView() const {
|
| return view_->GetNativeView();
|
| }
|
|
|
| +TabContentsView* TabContents::GetTabContentsView() {
|
| + return view_.get();
|
| +}
|
| +
|
| void TabContents::GetContainerBounds(gfx::Rect *out) const {
|
| view_->GetContainerBounds(out);
|
| }
|
|
|