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

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

Issue 2803433002: [LayoutNG] Initial support for the 'vertical-align' property (Closed)
Patch Set: Move all On*() to NGInlineLayoutStateStack Created 3 years, 8 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_text_fragment_builder.h
diff --git a/third_party/WebKit/Source/core/layout/ng/inline/ng_text_fragment_builder.h b/third_party/WebKit/Source/core/layout/ng/inline/ng_text_fragment_builder.h
index 4837398409bf156e4e23160035fe34dfa7ecbc98..c88c307e17d21d60b1f23453235cf27059ca4d69 100644
--- a/third_party/WebKit/Source/core/layout/ng/inline/ng_text_fragment_builder.h
+++ b/third_party/WebKit/Source/core/layout/ng/inline/ng_text_fragment_builder.h
@@ -23,8 +23,7 @@ class CORE_EXPORT NGTextFragmentBuilder final {
NGTextFragmentBuilder& SetDirection(TextDirection);
- NGTextFragmentBuilder& SetInlineSize(LayoutUnit);
- NGTextFragmentBuilder& SetBlockSize(LayoutUnit);
+ NGTextFragmentBuilder& SetSize(const NGLogicalSize&);
void UniteMetrics(const NGLineHeightMetrics&);
const NGLineHeightMetrics& Metrics() const { return metrics_; }

Powered by Google App Engine
This is Rietveld 408576698