| 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 9f783d0b931986641db42717f577078d2a274ccb..b6243ec09086c8baaee22459186fa5c17a7f008d 100644
|
| --- a/content/browser/tab_contents/tab_contents.cc
|
| +++ b/content/browser/tab_contents/tab_contents.cc
|
| @@ -984,7 +984,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() {
|
|
|