| Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| index bf89ecde917a09baf93ceb96fa7e23bc4aafd5aa..5039f4bcc8dd294fffed8b9fe8257cdef27623d3 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -1118,9 +1118,9 @@ IntSize LayoutObject::scrollAdjustmentForPaintInvalidation(const LayoutBoxModelO
|
| return IntSize();
|
| }
|
|
|
| -void LayoutObject::invalidatePaintRectangle(const LayoutRect& dirtyRect) const
|
| +void LayoutObject::invalidatePaintRectangle(const LayoutRect& dirtyRect, DisplayItemClient* displayItemClient) const
|
| {
|
| - ObjectPaintInvalidator(*this).invalidatePaintRectangle(dirtyRect);
|
| + ObjectPaintInvalidator(*this).invalidatePaintRectangle(dirtyRect, displayItemClient);
|
| }
|
|
|
| void LayoutObject::invalidateTreeIfNeeded(const PaintInvalidationState& paintInvalidationState)
|
|
|