Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(424)

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_line_builder.h

Issue 2745973002: [LayoutNG] Implement atomic inlines for LayoutNGInline (Closed)
Patch Set: WIP Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698