Index: Source/core/rendering/svg/RenderSVGForeignObject.h |
diff --git a/Source/core/rendering/svg/RenderSVGForeignObject.h b/Source/core/rendering/svg/RenderSVGForeignObject.h |
index e4d721935c0a623210e9dc241589609a7c54bff6..e57ddf00c82d962726165d46672763ab7210802f 100644 |
--- a/Source/core/rendering/svg/RenderSVGForeignObject.h |
+++ b/Source/core/rendering/svg/RenderSVGForeignObject.h |
@@ -44,7 +44,7 @@ public: |
virtual FloatRect strokeBoundingBox() const OVERRIDE { return FloatRect(FloatPoint(), m_viewport.size()); } |
virtual FloatRect repaintRectInLocalCoordinates() const OVERRIDE { return FloatRect(FloatPoint(), m_viewport.size()); } |
- virtual void computeRectForRepaint(const RenderLayerModelObject* repaintContainer, LayoutRect&, bool fixed = false) const OVERRIDE; |
+ virtual void mapRectToRepaintBacking(const RenderLayerModelObject* repaintContainer, LayoutRect&, bool fixed = false) const OVERRIDE; |
virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction) OVERRIDE; |
virtual bool isSVGForeignObject() const OVERRIDE { return true; } |