| Index: Source/core/rendering/svg/RenderSVGText.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGText.h b/Source/core/rendering/svg/RenderSVGText.h
|
| index dfac5394a686d325cbfbf5c2e890fd8e357cb137..a33202b016f389ccf69f07b83512c1b61c2452a3 100644
|
| --- a/Source/core/rendering/svg/RenderSVGText.h
|
| +++ b/Source/core/rendering/svg/RenderSVGText.h
|
| @@ -68,7 +68,7 @@ private:
|
|
|
| virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE;
|
|
|
| - virtual void mapRectToPaintInvalidationBacking(const RenderLayerModelObject* paintInvalidationContainer, LayoutRect&, bool fixed = false) const OVERRIDE;
|
| + virtual void mapRectToPaintInvalidationBacking(const RenderLayerModelObject* paintInvalidationContainer, LayoutRect&, bool fixed = false, const InvalidationTreeWalkState* = 0) const OVERRIDE;
|
|
|
| virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0) OVERRIDE;
|
| virtual void removeChild(RenderObject*) OVERRIDE;
|
|
|