| 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 bbb77d070b3226768607f8534469700b1bf68a24..16c6d63fd1d2707807d33651bd0f4aa0123c30f0 100644
|
| --- a/content/browser/tab_contents/tab_contents.cc
|
| +++ b/content/browser/tab_contents/tab_contents.cc
|
| @@ -980,7 +980,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() {
|
|
|