| 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 dd976b77bff4aa2411b104588939d6ac91b35734..67fe5d2080bfbff48f7d24b642e196969099bcf1 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -2068,9 +2068,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
|
|
|