| 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 badb611965ef3f04785b6f3aacd3c32fadd9bb5c..3d2f5f4846f4c24eb76900e9efdce7f8695aa3e1 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1723,6 +1723,11 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver,
|
| void setShouldDoFullPaintInvalidation(PaintInvalidationReason reason) {
|
| m_layoutObject.setShouldDoFullPaintInvalidation(reason);
|
| }
|
| + void setShouldDoFullPaintInvalidationWithoutGeometryChange(
|
| + PaintInvalidationReason reason) {
|
| + m_layoutObject.setShouldDoFullPaintInvalidationWithoutGeometryChange(
|
| + reason);
|
| + }
|
| void setBackgroundChangedSinceLastPaintInvalidation() {
|
| m_layoutObject.setBackgroundChangedSinceLastPaintInvalidation();
|
| }
|
|
|