| Index: third_party/WebKit/Source/core/layout/ng/ng_box_fragment.h
 | 
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_box_fragment.h b/third_party/WebKit/Source/core/layout/ng/ng_box_fragment.h
 | 
| index 805c08c9046c9ccd43e9c341f4c158c9f3d6d944..bbf296f4d3339664246a38a22637b0c22f304efd 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/ng/ng_box_fragment.h
 | 
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_box_fragment.h
 | 
| @@ -18,6 +18,10 @@ class CORE_EXPORT NGBoxFragment final : public NGFragment {
 | 
|                  const NGPhysicalBoxFragment* physical_fragment)
 | 
|        : NGFragment(writing_mode, physical_fragment) {}
 | 
|  
 | 
| +  // Returns the total size, including the contents outside of the border-box.
 | 
| +  LayoutUnit InlineOverflow() const;
 | 
| +  LayoutUnit BlockOverflow() const;
 | 
| +
 | 
|    const WTF::Optional<NGLogicalOffset>& BfcOffset() const;
 | 
|  
 | 
|    const NGMarginStrut& EndMarginStrut() const;
 | 
| 
 |