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

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

Issue 2943983002: [LayoutNG] Implement CSS 'text-indent' property (Closed)
Patch Set: Cleanup Created 3 years, 6 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_inline_layout_algorithm.h
diff --git a/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.h
index 805f944f1f7bc6af14c4df7e62aa5da1c61ebc87..81409449cf5aea8ae8208072087821186656e813 100644
--- a/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.h
+++ b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.h
@@ -55,7 +55,7 @@ class CORE_EXPORT NGInlineLayoutAlgorithm final
bool PlaceItems(NGLineInfo*, RefPtr<NGInlineBreakToken>);
NGInlineBoxState* PlaceAtomicInline(const NGInlineItem&,
NGInlineItemResult*,
- bool is_first_line,
+ const NGLineInfo&,
LayoutUnit position,
NGLineBoxFragmentBuilder*,
NGTextFragmentBuilder*);

Powered by Google App Engine
This is Rietveld 408576698