Index: Source/core/rendering/svg/SVGRenderSupport.h |
diff --git a/Source/core/rendering/svg/SVGRenderSupport.h b/Source/core/rendering/svg/SVGRenderSupport.h |
index 880501ac133fc527f241a154003fd08b380bdc83..c08df607462e30a4260616005efbc617b46b6ade 100644 |
--- a/Source/core/rendering/svg/SVGRenderSupport.h |
+++ b/Source/core/rendering/svg/SVGRenderSupport.h |
@@ -84,7 +84,7 @@ public: |
// Update the GC state (on |paintInfo.context|) for painting |renderer| |
// using |style|. |resourceMode| is used to decide between fill/stroke. |
// Previous state will be saved (if needed) using |stateSaver|. |
- static bool updateGraphicsContext(const PaintInfo&, GraphicsContextStateSaver&, RenderStyle*, RenderObject&, RenderSVGResourceMode, const AffineTransform* additionalPaintServerTransform = 0); |
+ static bool updateGraphicsContext(const PaintInfo&, GraphicsContextStateSaver&, const RenderStyle*, RenderObject&, RenderSVGResourceMode, const AffineTransform* additionalPaintServerTransform = 0); |
// Determines if any ancestor's transform has changed. |
static bool transformToRootChanged(RenderObject*); |