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

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

Issue 2940153002: [LayoutNG] Implement more text-align values and BiDi base direction (Closed)
Patch Set: eae review 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 fe8b26db6ae2c205e50078ac5505a00a4f477fb8..fb497859c4bdabab3e4eb55d5481b522efdbc134 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
@@ -62,8 +62,7 @@ class CORE_EXPORT NGInlineLayoutAlgorithm final
NGLineBoxFragmentBuilder*,
NGTextFragmentBuilder*);
- void ApplyTextAlign(const ComputedStyle&,
- ETextAlign,
+ void ApplyTextAlign(ETextAlign,
LayoutUnit* line_left,
LayoutUnit inline_size,
LayoutUnit available_width);

Powered by Google App Engine
This is Rietveld 408576698