| Index: Source/core/layout/LayoutObject.h
|
| diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h
|
| index 4b6eb3d5ad4ba6c7e3ff94bf5084c6d391e68aa7..59f75ced8821c596b7d0490a75216cbe9c123663 100644
|
| --- a/Source/core/layout/LayoutObject.h
|
| +++ b/Source/core/layout/LayoutObject.h
|
| @@ -871,6 +871,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.
|
|
|