| Index: third_party/WebKit/Source/core/dom/LayoutTreeBuilder.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/LayoutTreeBuilder.cpp b/third_party/WebKit/Source/core/dom/LayoutTreeBuilder.cpp
|
| index 1beefc59f081cdc3dd9ed35db85f899fe3199923..bab06a3ff2e55cb5a2b16024b03d35bce556b029 100644
|
| --- a/third_party/WebKit/Source/core/dom/LayoutTreeBuilder.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/LayoutTreeBuilder.cpp
|
| @@ -135,7 +135,7 @@ void LayoutTreeBuilderForElement::createLayoutObject()
|
| m_node->setLayoutObject(newLayoutObject);
|
| newLayoutObject->setStyle(&style); // setStyle() can depend on layoutObject() already being set.
|
|
|
| - if (Fullscreen::isActiveFullScreenElement(*m_node)) {
|
| + if (Fullscreen::isCurrentFullScreenElement(*m_node)) {
|
| newLayoutObject = LayoutFullScreen::wrapLayoutObject(newLayoutObject, parentLayoutObject, &m_node->document());
|
| if (!newLayoutObject)
|
| return;
|
|
|