| 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 74aaac469d36903164a9a4c8afb4ce853cd67f02..93b66c844450359ae5fd6c26f82c73a42c515614 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
|
| @@ -35,7 +35,7 @@ class CORE_EXPORT NGBlockLayoutAlgorithm : public NGLayoutAlgorithm {
|
| // Returns true when done; when this function returns false, it has to be
|
| // called again. The out parameter will only be set when this function
|
| // returns true. The same constraint space has to be passed each time.
|
| - bool Layout(const NGConstraintSpace*, NGPhysicalFragment**) override;
|
| + bool Layout(const NGConstraintSpace&, NGPhysicalFragment**) override;
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE() {
|
| NGLayoutAlgorithm::trace(visitor);
|
|
|