| Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| index d0c0e001d1fd64cf6d40c402f37b7d80c5e0a784..b2c02b551804d27daa20667e2816b5e5ac4265e5 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -1982,9 +1982,6 @@ void LayoutObject::propagateStyleToAnonymousChildren(bool blockChildrenOnly)
|
| if (blockChildrenOnly && !child->isLayoutBlock())
|
| continue;
|
|
|
| - if (child->isLayoutFullScreen() || child->isLayoutFullScreenPlaceholder())
|
| - continue;
|
| -
|
| RefPtr<ComputedStyle> newStyle = ComputedStyle::createAnonymousStyleWithDisplay(styleRef(), child->style()->display());
|
|
|
| // Preserve the position style of anonymous block continuations as they can have relative position when
|
|
|