| Index: third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h b/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h
|
| index 6288912c2778770917cc06edc3d975a474888913..6d0ec74f60b29610b0b95e0d013f18fdce224157 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef NGFragmentBuilder_h
|
| #define NGFragmentBuilder_h
|
|
|
| +#include "core/layout/ng/inline/ng_physical_text_fragment.h"
|
| #include "core/layout/ng/ng_break_token.h"
|
| #include "core/layout/ng/ng_constraint_space.h"
|
| #include "core/layout/ng/ng_floating_object.h"
|
| #include "core/layout/ng/ng_physical_fragment.h"
|
| -#include "core/layout/ng/ng_physical_text_fragment.h"
|
| #include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|