Index: Source/core/paint/SVGInlineTextBoxPainter.h |
diff --git a/Source/core/paint/SVGInlineTextBoxPainter.h b/Source/core/paint/SVGInlineTextBoxPainter.h |
index f209adb664b31001e1d2908d6d0ec9cc87c00db6..c0988382c4ec45a87514c422b43e9400619571bf 100644 |
--- a/Source/core/paint/SVGInlineTextBoxPainter.h |
+++ b/Source/core/paint/SVGInlineTextBoxPainter.h |
@@ -30,7 +30,7 @@ public: |
private: |
bool shouldPaintSelection() const; |
- void paintTextFragments(const PaintInfo&, RenderObject&); |
+ void paintTextFragments(const PaintInfo&, LayoutObject&); |
void paintDecoration(const PaintInfo&, TextDecoration, const SVGTextFragment&); |
void paintTextWithShadows(const PaintInfo&, const RenderStyle&, TextRun&, const SVGTextFragment&, int startPosition, int endPosition, RenderSVGResourceMode); |
void paintText(const PaintInfo&, const RenderStyle&, const RenderStyle& selectionStyle, const SVGTextFragment&, RenderSVGResourceMode, bool shouldPaintSelection); |