| Index: third_party/WebKit/Source/core/layout/ng/ng_fragment.h
 | 
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_fragment.h b/third_party/WebKit/Source/core/layout/ng/ng_fragment.h
 | 
| index f76cc7b9b301576919df0dfcc6a18d8de837472f..8b10e25b8101cda2fd86d75caf64bc6f72112460 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/ng/ng_fragment.h
 | 
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_fragment.h
 | 
| @@ -25,10 +25,6 @@ class CORE_EXPORT NGFragment {
 | 
|    LayoutUnit InlineSize() const;
 | 
|    LayoutUnit BlockSize() const;
 | 
|  
 | 
| -  // Returns the total size, including the contents outside of the border-box.
 | 
| -  LayoutUnit InlineOverflow() const;
 | 
| -  LayoutUnit BlockOverflow() const;
 | 
| -
 | 
|    // Returns the offset relative to the parent fragment's content-box.
 | 
|    LayoutUnit InlineOffset() const;
 | 
|    LayoutUnit BlockOffset() const;
 | 
| 
 |