Index: Source/core/rendering/svg/RenderSVGModelObject.h |
diff --git a/Source/core/rendering/svg/RenderSVGModelObject.h b/Source/core/rendering/svg/RenderSVGModelObject.h |
index 728485c354f144b5fcdb8721e459a2ee7405508d..09284f46fa170967eca8175a7eba78666be86270 100644 |
--- a/Source/core/rendering/svg/RenderSVGModelObject.h |
+++ b/Source/core/rendering/svg/RenderSVGModelObject.h |
@@ -49,7 +49,6 @@ public: |
virtual bool canHaveWhitespaceChildren() const override { return false; } |
virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, const PaintInvalidationState* = 0) const override; |
- virtual void computeFloatRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, FloatRect&, const PaintInvalidationState*) const override final; |
virtual FloatRect paintInvalidationRectInLocalCoordinates() const override final { return m_paintInvalidationBoundingBox; } |