| Index: content/browser/tab_contents/tab_contents.cc
|
| diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc
|
| index fd7f889587e7e49cb83364b841819821d0db62ba..c4adf356ec1a42c659354d9ef6948b81e3595947 100644
|
| --- a/content/browser/tab_contents/tab_contents.cc
|
| +++ b/content/browser/tab_contents/tab_contents.cc
|
| @@ -956,7 +956,7 @@ void TabContents::ToggleFullscreenMode(bool enter_fullscreen) {
|
| }
|
|
|
| bool TabContents::IsFullscreenForCurrentTab() const {
|
| - return delegate_ ? delegate_->IsFullscreenForTab(this) : false;
|
| + return delegate_ ? delegate_->IsFullscreenForTabOrPending(this) : false;
|
| }
|
|
|
| void TabContents::RequestToLockMouse() {
|
|
|