| 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 73c1d1f7fa5d03e704f699610caa2a81953a76a0..b2d29560a8894ab1cbe19f28ba25c1e8a0a89faf 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFullScreen.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFullScreen.cpp
|
| @@ -108,7 +108,7 @@ void LayoutFullScreen::UpdateStyle(LayoutObject* parent) {
|
| // Alignment (align-items) value can't be used to resolve its children Self
|
| // Alignment 'auto' values.
|
| fullscreen_style->SetAlignItemsPosition(kItemPositionCenter);
|
| - fullscreen_style->SetFlexDirection(kFlowColumn);
|
| + fullscreen_style->SetFlexDirection(EFlexDirection::kColumn);
|
|
|
| fullscreen_style->SetPosition(EPosition::kFixed);
|
| fullscreen_style->SetLeft(Length(0, blink::kFixed));
|
|
|