Index: third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h |
index 497e748c6f7fbdf87a8ad91c633ddc16600be38e..8609f9b8a1421185ab7c0c486e1c8db92fc9829b 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h |
@@ -281,7 +281,7 @@ public: |
// The query rect is given in local coordinate system. |
virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const { return false; } |
- void invalidateTreeIfNeeded(PaintInvalidationState&) override; |
+ void invalidateTreeIfNeeded(const PaintInvalidationState&) override; |
// Indicate that the contents of this layoutObject 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 layout object |