| 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 aa7d8e07ab70d920df104448025523837a4eacca..60baedef71d93294e74f4871858f3ba6de614450 100644
|
| --- a/content/browser/tab_contents/tab_contents.cc
|
| +++ b/content/browser/tab_contents/tab_contents.cc
|
| @@ -983,7 +983,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() {
|
|
|