| 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 f59a44bbfcd08d3f4e903cbbc8425c825ebc048f..847e803c1ca5155766cedaf38d5c1dd39e2c2c48 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1791,6 +1791,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();
|
| }
|
|
|