| 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..1c26dac26521cb5af15cf06e513a231246482e02 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1638,7 +1638,7 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver,
|
| bool shouldDoFullPaintInvalidation() const {
|
| return m_bitfields.fullPaintInvalidationReason() != PaintInvalidationNone;
|
| }
|
| - void setShouldDoFullPaintInvalidation(
|
| + virtual void setShouldDoFullPaintInvalidation(
|
| PaintInvalidationReason = PaintInvalidationFull);
|
| void setShouldDoFullPaintInvalidationWithoutGeometryChange(
|
| PaintInvalidationReason = PaintInvalidationFull);
|
|
|