| Index: third_party/WebKit/Source/core/layout/ng/ng_block_node.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_node.h b/third_party/WebKit/Source/core/layout/ng/ng_block_node.h
|
| index 128b83ead4f3ccb13ce289e8f5bda96173796037..511fe095ab7bf8320d7e9cf28c9c5dd6ab4cfe23 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_block_node.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_block_node.h
|
| @@ -60,10 +60,10 @@ class CORE_EXPORT NGBlockNode final : public NGLayoutInputNode {
|
|
|
| // Save static position for legacy AbsPos layout.
|
| void SaveStaticOffsetForLegacy(const NGLogicalOffset&);
|
| - private:
|
|
|
| bool CanUseNewLayout();
|
|
|
| + private:
|
| // After we run the layout algorithm, this function copies back the geometry
|
| // data to the layout box.
|
| void CopyFragmentDataToLayoutBox(const NGConstraintSpace&, NGLayoutResult*);
|
|
|