| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
|
| index 429204e21f65286785319646a80261dbe80d4426..4d0323b40e65627aadec45f7bf1d3d2e36245121 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
|
| @@ -68,7 +68,8 @@ protected:
|
| void addLayerHitTestRects(LayerHitTestRects&, const PaintLayer* currentCompositedLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const final;
|
| void willBeDestroyed() override;
|
|
|
| - PaintInvalidationReason getPaintInvalidationReason(const PaintInvalidationState&, const LayoutRect&, const LayoutPoint&, const LayoutRect&, const LayoutPoint&) const final;
|
| + PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidatorContext&) const final;
|
| +
|
| private:
|
| // LayoutSVGModelObject subclasses should use element() instead.
|
| void node() const = delete;
|
|
|