Chromium Code Reviews| 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 1851f2fe0798989ab25c99299b9e460bce49dca2..00de48c502a4f0b3d05509df3f5203c979bbb5f0 100644 |
| --- a/third_party/WebKit/Source/core/layout/LayoutFullScreen.h |
| +++ b/third_party/WebKit/Source/core/layout/LayoutFullScreen.h |
| @@ -67,7 +67,8 @@ class CORE_EXPORT LayoutFullScreen final : public LayoutFlexibleBox { |
| protected: |
| LayoutBlockFlow* m_placeholder; |
| - ItemPosition selfAlignmentNormalBehavior() const override { |
| + ItemPosition selfAlignmentNormalBehavior( |
| + const LayoutBox* child = nullptr) const override { |
|
jfernandez
2017/03/01 12:46:49
Ditto.
|
| return ItemPositionCenter; |
| } |
| }; |