| Index: third_party/WebKit/Source/core/layout/LayoutFullScreen.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFullScreen.cpp b/third_party/WebKit/Source/core/layout/LayoutFullScreen.cpp
|
| index 69567cf9688308ead8de04282fd0d50c5922cbd5..db84d64e2b7384c965f1f6741a0b9cac4d016893 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFullScreen.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFullScreen.cpp
|
| @@ -111,7 +111,7 @@ void LayoutFullScreen::updateStyle(LayoutObject* parent) {
|
| fullscreenStyle->setAlignItemsPosition(ItemPositionCenter);
|
| fullscreenStyle->setFlexDirection(FlowColumn);
|
|
|
| - fullscreenStyle->setPosition(FixedPosition);
|
| + fullscreenStyle->setPosition(EPosition::kFixed);
|
| fullscreenStyle->setLeft(Length(0, blink::Fixed));
|
| fullscreenStyle->setTop(Length(0, blink::Fixed));
|
| IntSize viewportSize = document().page()->frameHost().visualViewport().size();
|
|
|