| Index: Source/core/layout/LayoutObject.h
|
| diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h
|
| index 1f8e27b76dcb3df6416008c985421f523b32d67d..4fe6f734b810d2a6b46f8989ea981c0bec531a8e 100644
|
| --- a/Source/core/layout/LayoutObject.h
|
| +++ b/Source/core/layout/LayoutObject.h
|
| @@ -873,6 +873,7 @@ public:
|
| void invalidatePaintForOverflowIfNeeded();
|
|
|
| void invalidatePaintIncludingNonCompositingDescendants();
|
| + void setShouldDoFullPaintInvalidationIncludingNonCompositingDescendants();
|
|
|
| // Returns the rect that should have paint invalidated whenever this object changes. The rect is in the view's
|
| // coordinate space. This method deals with outlines and overflow.
|
|
|