Index: third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.h |
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.h |
index 2150df537d071bb4eec00099151b6bf447b88364..c286ffb3031c9bfeb02be543049fb2bc637e774c 100644 |
--- a/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.h |
+++ b/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.h |
@@ -30,7 +30,7 @@ class CORE_EXPORT NGTextLayoutAlgorithm : public NGLayoutAlgorithm { |
NGConstraintSpace* space, |
NGBreakToken* break_token = nullptr); |
- NGLayoutStatus Layout(NGFragmentBase*, |
+ NGLayoutStatus Layout(NGPhysicalFragmentBase*, |
NGPhysicalFragmentBase**, |
NGLayoutAlgorithm**) override; |