| Index: third_party/WebKit/Source/core/layout/LayoutBlock.h
 | 
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h
 | 
| index 10fb3ac050f007fcc526282aaf44b9835859037c..ef7f0980290053ebdcfd640d72fc337108f042df 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
 | 
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
 | 
| @@ -377,8 +377,6 @@ protected:
 | 
|      // isInline.
 | 
|      bool isInlineBlockOrInlineTable() const final { return isInline() && isAtomicInlineLevel(); }
 | 
|  
 | 
| -    void invalidateDisplayItemClients(const LayoutBoxModelObject& paintInvalidationContainer, PaintInvalidationReason) const override;
 | 
| -
 | 
|  private:
 | 
|      LayoutObjectChildList* virtualChildren() final { return children(); }
 | 
|      const LayoutObjectChildList* virtualChildren() const final { return children(); }
 | 
| 
 |