| Index: third_party/WebKit/Source/core/layout/LayoutFullScreen.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFullScreen.h b/third_party/WebKit/Source/core/layout/LayoutFullScreen.h
|
| index 3ba2a1dd8265f8b2c324649bd829f29c9d880318..4c18aaf7a2fd49c6d27859549d3a30054ea564a0 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFullScreen.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFullScreen.h
|
| @@ -60,6 +60,7 @@ private:
|
|
|
| protected:
|
| LayoutBlockFlow* m_placeholder;
|
| + ItemPosition selfAlignmentNormalBehavior() const override { return ItemPositionCenter; }
|
| };
|
|
|
| DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutFullScreen, isLayoutFullScreen());
|
|
|