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

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

Issue 2867293002: [LayoutNG] Compute baseline from fragment tree (Closed)
Patch Set: Cleanup Created 3 years, 5 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/inline/ng_line_breaker.h
diff --git a/third_party/WebKit/Source/core/layout/ng/inline/ng_line_breaker.h b/third_party/WebKit/Source/core/layout/ng/inline/ng_line_breaker.h
index 774c961ee0637238116188e64b3f847ae0cfdcd0..a33c4ad0d572a7943e939bda4cc5a8c9533f62e5 100644
--- a/third_party/WebKit/Source/core/layout/ng/inline/ng_line_breaker.h
+++ b/third_party/WebKit/Source/core/layout/ng/inline/ng_line_breaker.h
@@ -72,7 +72,9 @@ class CORE_EXPORT NGLineBreaker {
LayoutUnit available_width);
LineBreakState HandleControlItem(const NGInlineItem&, NGInlineItemResult*);
- LineBreakState HandleAtomicInline(const NGInlineItem&, NGInlineItemResult*);
+ LineBreakState HandleAtomicInline(const NGInlineItem&,
+ NGInlineItemResult*,
+ const NGLineInfo&);
void HandleFloat(const NGInlineItem&,
NGInlineItemResults*);

Powered by Google App Engine
This is Rietveld 408576698