| 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 f17fb6a68560f7d0f397222ea2aa9f93939f0995..29558f0f3150ac292eb730938d51eccc405048b3 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFullScreen.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFullScreen.cpp
|
| @@ -105,6 +105,7 @@ void LayoutFullScreen::updateStyle()
|
|
|
| fullscreenStyle->setDisplay(FLEX);
|
| 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 Alignment 'auto' values.
|
| fullscreenStyle->setAlignItemsPosition(ItemPositionCenter);
|
| fullscreenStyle->setFlexDirection(FlowColumn);
|
|
|
|
|