| Index: Source/core/paint/SVGInlineTextBoxPainter.h
|
| diff --git a/Source/core/paint/SVGInlineTextBoxPainter.h b/Source/core/paint/SVGInlineTextBoxPainter.h
|
| index 3471ed13fc042c71ef775b91199d7afd9003acb1..7657485310d10a651ac743fa7ce74d6e2f48f60b 100644
|
| --- a/Source/core/paint/SVGInlineTextBoxPainter.h
|
| +++ b/Source/core/paint/SVGInlineTextBoxPainter.h
|
| @@ -31,7 +31,6 @@ public:
|
|
|
| private:
|
| void paintDecoration(GraphicsContext*, TextDecoration, const SVGTextFragment&);
|
| - void paintDecorationWithStyle(GraphicsContext*, TextDecoration, const SVGTextFragment&, RenderObject* decorationRenderer, RenderSVGResourceMode);
|
| void paintTextWithShadows(GraphicsContext*, RenderStyle*, TextRun&, const SVGTextFragment&, int startPosition, int endPosition, RenderSVGResourceMode);
|
| void paintText(GraphicsContext*, RenderStyle*, RenderStyle* selectionStyle, const SVGTextFragment&, RenderSVGResourceMode, bool hasSelection, bool paintSelectedTextOnly);
|
|
|
|
|