Index: Source/core/paint/SVGInlineTextBoxPainter.h |
diff --git a/Source/core/paint/SVGInlineTextBoxPainter.h b/Source/core/paint/SVGInlineTextBoxPainter.h |
index 704afc9be27d5e57fa5b1db6e1214c9d82d25f62..3471ed13fc042c71ef775b91199d7afd9003acb1 100644 |
--- a/Source/core/paint/SVGInlineTextBoxPainter.h |
+++ b/Source/core/paint/SVGInlineTextBoxPainter.h |
@@ -31,9 +31,9 @@ public: |
private: |
void paintDecoration(GraphicsContext*, TextDecoration, const SVGTextFragment&); |
- void paintDecorationWithStyle(GraphicsContext*, TextDecoration, const SVGTextFragment&, RenderObject* decorationRenderer, RenderSVGResourceModeFlags); |
- void paintTextWithShadows(GraphicsContext*, RenderStyle*, TextRun&, const SVGTextFragment&, int startPosition, int endPosition, RenderSVGResourceModeFlags); |
- void paintText(GraphicsContext*, RenderStyle*, RenderStyle* selectionStyle, const SVGTextFragment&, RenderSVGResourceModeFlags, bool hasSelection, bool paintSelectedTextOnly); |
+ 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); |
SVGInlineTextBox& m_svgInlineTextBox; |
}; |