| Index: third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h | 
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h b/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h | 
| index cea8301f35cb9b4eac2452f4290b4d14a8899e90..635dbb84271d99137664158d2e1b32eb937b1d1e 100644 | 
| --- a/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h | 
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h | 
| @@ -96,6 +96,7 @@ class CORE_EXPORT NGPhysicalFragment : public RefCounted<NGPhysicalFragment> { | 
| NGPhysicalSize overflow, | 
| NGFragmentType type, | 
| RefPtr<NGBreakToken> break_token = nullptr); | 
| +  NGPhysicalFragment(); | 
|  | 
| LayoutObject* layout_object_; | 
| NGPhysicalSize size_; | 
|  |