| Index: third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h
|
| index b3fc83679e9c274524b446173f6a848854313796..e0c33a88084ab9f8a455a5336b057db0c78abc01 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h
|
| @@ -25,7 +25,7 @@ class CORE_EXPORT NGLayoutAlgorithm {
|
| // constraints given by the NGConstraintSpace. Returns a fragment with the
|
| // resulting layout information.
|
| // TODO(layout-dev): attempt to make this function const.
|
| - virtual NGPhysicalFragment* Layout() = 0;
|
| + virtual RefPtr<NGPhysicalFragment> Layout() = 0;
|
|
|
| // Computes the min-content and max-content intrinsic sizes for the given box.
|
| // The result will not take any min-width, max-width or width properties into
|
|
|