| Index: third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.cc b/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.cc
|
| index 1f1e593c41f48c65092e05ffaccf24f250249f7f..ab37fecc93bdd4b124e68615ef51c9937c414861 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.cc
|
| @@ -26,7 +26,7 @@ NGTextLayoutAlgorithm::NGTextLayoutAlgorithm(
|
| DCHECK(inline_box_);
|
| }
|
|
|
| -RefPtr<NGPhysicalFragment> NGTextLayoutAlgorithm::Layout() {
|
| +RefPtr<NGLayoutResult> NGTextLayoutAlgorithm::Layout() {
|
| ASSERT_NOT_REACHED();
|
| return nullptr;
|
| }
|
|
|