Index: third_party/WebKit/Source/core/layout/ng/ng_inline_layout_algorithm.h |
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_inline_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_inline_layout_algorithm.h |
index 31589fe20f08a458cbdd7d22ebfc5b659191b3f6..eb9618775e9963ba858d13bc040f826bbc2f115f 100644 |
--- a/third_party/WebKit/Source/core/layout/ng/ng_inline_layout_algorithm.h |
+++ b/third_party/WebKit/Source/core/layout/ng/ng_inline_layout_algorithm.h |
@@ -35,7 +35,7 @@ class CORE_EXPORT NGInlineLayoutAlgorithm : public NGLayoutAlgorithm { |
NGConstraintSpace* space, |
NGBreakToken* break_token = nullptr); |
- NGLayoutStatus Layout(NGFragmentBase*, |
+ NGLayoutStatus Layout(NGPhysicalFragmentBase*, |
NGPhysicalFragmentBase**, |
NGLayoutAlgorithm**) override; |