| Index: third_party/WebKit/Source/core/layout/ng/ng_line_builder.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_line_builder.h b/third_party/WebKit/Source/core/layout/ng/ng_line_builder.h
|
| index 4e9fea394c6df49d5f841f85a6d0694a42739fb1..9ec0977f382a40bd7db8ae7058bb9990d8927616 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_line_builder.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_line_builder.h
|
| @@ -139,6 +139,10 @@ class CORE_EXPORT NGLineBuilder final {
|
| void AccumulateUsedFonts(const NGLayoutInlineItem&,
|
| const LineItemChunk&,
|
| LineBoxData*);
|
| + LayoutUnit PlaceAtomicInline(const NGLayoutInlineItem&,
|
| + LayoutUnit estimated_baseline,
|
| + LineBoxData*,
|
| + NGFragmentBuilder*);
|
|
|
| // Finds the next layout opportunity for the next text fragment.
|
| void FindNextLayoutOpportunity();
|
|
|