| Index: Source/core/layout/svg/LayoutSVGBlock.h
|
| diff --git a/Source/core/layout/svg/LayoutSVGBlock.h b/Source/core/layout/svg/LayoutSVGBlock.h
|
| index 0f2ba4343b7bafcda92595253d7151db20541b8b..0ab61bb552fde41d3efaa6a7f6e40518223839c6 100644
|
| --- a/Source/core/layout/svg/LayoutSVGBlock.h
|
| +++ b/Source/core/layout/svg/LayoutSVGBlock.h
|
| @@ -41,7 +41,7 @@ public:
|
|
|
| virtual DeprecatedPaintLayerType layerTypeRequired() const override final { return NoDeprecatedPaintLayer; }
|
|
|
| - virtual void invalidateTreeIfNeeded(const PaintInvalidationState&) override;
|
| + virtual void invalidateTreeIfNeeded(PaintInvalidationState&) override;
|
|
|
| // Transitioning out of SVG painters requires updating the PaintInfo rect which is only used by non-SVG painters.
|
| void updatePaintInfoRect(IntRect&);
|
|
|