| Index: chrome/browser/tab_contents/tab_contents.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.cc (revision 52600)
|
| +++ chrome/browser/tab_contents/tab_contents.cc (working copy)
|
| @@ -2755,6 +2755,10 @@
|
| new_request_id);
|
| }
|
|
|
| +bool TabContents::CanBlur() const {
|
| + return delegate() ? delegate()->CanBlur() : true;
|
| +}
|
| +
|
| gfx::Rect TabContents::GetRootWindowResizerRect() const {
|
| if (delegate())
|
| return delegate()->GetRootWindowResizerRect();
|
|
|