| 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 67b696e0c3c599229f7e46a077ccc00409fe169f..dbf52137864b92482b0502a7105ae1497d1db211 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
|
| @@ -82,6 +82,11 @@ class CORE_EXPORT NGBlockNode final : public NGLayoutInputNode {
|
| void PositionUpdated();
|
|
|
| private:
|
| + // Similar to PositionUpdated but for floats.
|
| + // - Updates layout object's geometric information.
|
| + // - Creates legacy FloatingObject and attached it to the provided parent.
|
| + void FloatPositionUpdated(LayoutObject* parent);
|
| +
|
| bool CanUseNewLayout();
|
| bool HasInlineChildren();
|
|
|
|
|