| 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 54ffa527cac658d8e4e70ebb551709f972f63856..c2d1e3f90f28a3ce5ddcfe9dd07b83f82d6548ff 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
|
| @@ -31,7 +31,7 @@ class CORE_EXPORT NGBlockLayoutAlgorithm : public NGLayoutAlgorithm {
|
| // resulting layout information.
|
| // This function can not be const because for interruptible layout, we have
|
| // to be able to store state information.
|
| - NGFragment* layout(const NGConstraintSpace&) override;
|
| + NGFragment* layout(const NGConstraintSpace*) override;
|
|
|
| private:
|
| RefPtr<const ComputedStyle> m_style;
|
|
|