| Index: third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h b/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h
|
| index 102154475ad5c772608f88b9722471acd598899d..96a31d5f95c403f32caa10e056e294fe535ef3ab 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h
|
| @@ -25,11 +25,12 @@ class CORE_EXPORT NGFragmentBuilder final
|
|
|
| NGFragmentBuilder& SetInlineSize(LayoutUnit);
|
| NGFragmentBuilder& SetBlockSize(LayoutUnit);
|
| + NGLogicalSize Size() const { return size_; }
|
|
|
| NGFragmentBuilder& SetInlineOverflow(LayoutUnit);
|
| NGFragmentBuilder& SetBlockOverflow(LayoutUnit);
|
|
|
| - NGFragmentBuilder& AddChild(NGFragmentBase*, NGLogicalOffset);
|
| + NGFragmentBuilder& AddChild(NGFragmentBase*, const NGLogicalOffset&);
|
|
|
| // Builder has non-trivial out-of-flow descendant methods.
|
| // These methods are building blocks for implementation of
|
|
|