| 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 2c43ffe8da50b27547bcd3a52b4a413775e5017c..d54ba15156c38caebbdc5ed02787c432c8858621 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,9 +60,10 @@ class CORE_EXPORT NGBlockNode final : public NGLayoutInputNode {
|
|
|
| // Save static position for legacy AbsPos layout.
|
| void SaveStaticOffsetForLegacy(const NGLogicalOffset&);
|
| - private:
|
|
|
| bool CanUseNewLayout();
|
| +
|
| + private:
|
| bool HasInlineChildren();
|
|
|
| // After we run the layout algorithm, this function copies back the geometry
|
|
|