| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index 6ee0b9bdce6c9cb1861d67f1e2495f7034223b09..e355a8ce61a90295c4645961e29d9593a9ad43c8 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1033,6 +1033,7 @@ public:
|
| void invalidatePaintForOverflowIfNeeded();
|
|
|
| void invalidatePaintIncludingNonCompositingDescendants();
|
| + void invalidatePaintIncludingNonSelfPaintingLayerDescendants(const LayoutBoxModelObject& paintInvalidationContainer);
|
| void setShouldDoFullPaintInvalidationIncludingNonCompositingDescendants();
|
|
|
| // Returns the rect that should have paint invalidated whenever this object changes. The rect is in the view's
|
| @@ -1470,7 +1471,7 @@ private:
|
|
|
| inline void invalidateContainerPreferredLogicalWidths();
|
|
|
| - void invalidatePaintIncludingNonCompositingDescendantsInternal(const LayoutBoxModelObject& repaintContainer);
|
| + void invalidatePaintOfPreviousPaintInvalidationRect(const LayoutBoxModelObject& paintInvalidationContainer, PaintInvalidationReason) const;
|
|
|
| LayoutRect previousSelectionRectForPaintInvalidation() const;
|
| void setPreviousSelectionRectForPaintInvalidation(const LayoutRect&);
|
|
|