| Index: third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h
|
| index 117678b7adfddea7981e103d9e0206e68b8efc03..f0d9377e4b8e54835bcb130907b068fa7a3e4c7f 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h
|
| @@ -6,11 +6,11 @@
|
| #define NGBlockLayoutAlgorithm_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "core/layout/ng/geometry/ng_margin_strut.h"
|
| #include "core/layout/ng/ng_block_node.h"
|
| #include "core/layout/ng/ng_break_token.h"
|
| #include "core/layout/ng/ng_fragment_builder.h"
|
| #include "core/layout/ng/ng_layout_algorithm.h"
|
| +#include "core/layout/ng/ng_units.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| namespace blink {
|
| @@ -35,7 +35,7 @@
|
| NGConstraintSpace* space,
|
| NGBlockBreakToken* break_token = nullptr);
|
|
|
| - Optional<MinMaxContentSize> ComputeMinMaxContentSize() const override;
|
| + Optional<MinAndMaxContentSizes> ComputeMinAndMaxContentSizes() const override;
|
| RefPtr<NGLayoutResult> Layout() override;
|
|
|
| private:
|
|
|