Index: Source/core/rendering/svg/RenderSVGModelObject.h |
diff --git a/Source/core/rendering/svg/RenderSVGModelObject.h b/Source/core/rendering/svg/RenderSVGModelObject.h |
index 7acd4f85fa276d1418e4fef0e5dbd68260eb8ea3..a4d7c01fff5bf2cd7fcf44dab7f0c54a03b6b51f 100644 |
--- a/Source/core/rendering/svg/RenderSVGModelObject.h |
+++ b/Source/core/rendering/svg/RenderSVGModelObject.h |
@@ -57,7 +57,7 @@ public: |
virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE FINAL; |
virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE; |
- virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = 0, const PaintInvalidationState* = 0) const OVERRIDE FINAL; |
+ virtual void mapLocalToContainer(const RenderLayerModelObject* paintInvalidationContainer, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = 0, const PaintInvalidationState* = 0) const OVERRIDE FINAL; |
virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE FINAL; |
virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE; |