| Index: Source/core/layout/LayoutBoxModelObject.h | 
| diff --git a/Source/core/layout/LayoutBoxModelObject.h b/Source/core/layout/LayoutBoxModelObject.h | 
| index 829ef0ca3fcad667a5dcf50e950bc07c3321eb40..b6cada3ea5a63a1c1b0392ebc351ef41a9248db4 100644 | 
| --- a/Source/core/layout/LayoutBoxModelObject.h | 
| +++ b/Source/core/layout/LayoutBoxModelObject.h | 
| @@ -194,7 +194,7 @@ public: | 
| // The query rect is given in local coordinate system. | 
| virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const { return false; } | 
|  | 
| -    virtual void invalidateTreeIfNeeded(const PaintInvalidationState&) override; | 
| +    virtual void invalidateTreeIfNeeded(PaintInvalidationState&) override; | 
|  | 
| // Indicate that the contents of this renderer need to be repainted. Only has an effect if compositing is being used, | 
| void setBackingNeedsPaintInvalidationInRect(const LayoutRect&, PaintInvalidationReason) const; // r is in the coordinate space of this render object | 
|  |