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

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

Issue 2852883003: [LayoutNG] Fix 'vertical-align' not to include metrics before alignment (Closed)
Patch Set: glebl nits 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
« no previous file with comments | « third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.h
diff --git a/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.h b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.h
index 366aeda434147663aab92faf7af7e0eb1ab57c17..9129873026086dece55c01273b92165879db0cc9 100644
--- a/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.h
+++ b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.h
@@ -35,7 +35,8 @@ class CORE_EXPORT NGInlineNode : public NGLayoutInputNode {
const ComputedStyle& Style() const override { return block_->StyleRef(); }
NGLayoutInputNode* NextSibling() override;
- RefPtr<NGLayoutResult> Layout(NGConstraintSpace*, NGBreakToken*) override;
+ RefPtr<NGLayoutResult> Layout(NGConstraintSpace*,
+ NGBreakToken* = nullptr) override;
LayoutObject* GetLayoutObject() override;
// Computes the value of min-content and max-content for this anonymous block
« no previous file with comments | « third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698