| 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 754f64aea70ad28b8ab5efa1d301e8525841e9a1..fc8de4fda034746b0a5cfbc17c34526bf75c35d5 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFullScreen.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFullScreen.cpp
|
| @@ -103,7 +103,7 @@ void LayoutFullScreen::updateStyle(LayoutObject* parent) {
|
| fullscreenStyle->setFontDescription(FontDescription());
|
| fullscreenStyle->font().update(nullptr);
|
|
|
| - fullscreenStyle->setDisplay(EDisplay::Flex);
|
| + fullscreenStyle->setDisplay(EDisplay::kFlex);
|
| fullscreenStyle->setJustifyContentPosition(ContentPositionCenter);
|
| // TODO (lajava): Since the FullScrenn layout object is anonymous, its Default
|
| // Alignment (align-items) value can't be used to resolve its children Self
|
|
|