| 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 d3503ca885225cf3a977c83874ddde7734a9e675..9371806edc8a782c5a5d7df1c562d06a4aa5b845 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
|
| @@ -25,7 +25,7 @@ NGTextLayoutAlgorithm::NGTextLayoutAlgorithm(
|
| DCHECK(inline_box_);
|
| }
|
|
|
| -NGPhysicalFragment* NGTextLayoutAlgorithm::Layout() {
|
| +RefPtr<NGPhysicalFragment> NGTextLayoutAlgorithm::Layout() {
|
| ASSERT_NOT_REACHED();
|
| return nullptr;
|
| }
|
|
|