| Index: content/browser/tab_contents/tab_contents.cc
|
| ===================================================================
|
| --- content/browser/tab_contents/tab_contents.cc (revision 129471)
|
| +++ content/browser/tab_contents/tab_contents.cc (working copy)
|
| @@ -983,7 +983,7 @@
|
| }
|
|
|
| bool TabContents::IsFullscreenForCurrentTab() const {
|
| - return delegate_ ? delegate_->IsFullscreenForTabOrPending(this) : false;
|
| + return delegate_ ? delegate_->IsFullscreenForTab(this) : false;
|
| }
|
|
|
| void TabContents::RequestToLockMouse() {
|
|
|