Index: Source/core/paint/SVGInlineTextBoxPainter.h |
diff --git a/Source/core/paint/SVGInlineTextBoxPainter.h b/Source/core/paint/SVGInlineTextBoxPainter.h |
index e4c964cc1d3d1ca8bef10a911b0608dbfcec04d1..54e1c0c5e54e239328225ccc8ae28283782149e9 100644 |
--- a/Source/core/paint/SVGInlineTextBoxPainter.h |
+++ b/Source/core/paint/SVGInlineTextBoxPainter.h |
@@ -6,7 +6,7 @@ |
#define SVGInlineTextBoxPainter_h |
#include "core/layout/style/LayoutStyleConstants.h" |
-#include "core/rendering/svg/RenderSVGResourcePaintServer.h" |
+#include "core/layout/svg/LayoutSVGResourcePaintServer.h" |
namespace blink { |
@@ -32,8 +32,8 @@ private: |
bool shouldPaintSelection() const; |
void paintTextFragments(const PaintInfo&, LayoutObject&); |
void paintDecoration(const PaintInfo&, TextDecoration, const SVGTextFragment&); |
- void paintTextWithShadows(const PaintInfo&, const LayoutStyle&, TextRun&, const SVGTextFragment&, int startPosition, int endPosition, RenderSVGResourceMode); |
- void paintText(const PaintInfo&, const LayoutStyle&, const LayoutStyle& selectionStyle, const SVGTextFragment&, RenderSVGResourceMode, bool shouldPaintSelection); |
+ void paintTextWithShadows(const PaintInfo&, const LayoutStyle&, TextRun&, const SVGTextFragment&, int startPosition, int endPosition, LayoutSVGResourceMode); |
+ void paintText(const PaintInfo&, const LayoutStyle&, const LayoutStyle& selectionStyle, const SVGTextFragment&, LayoutSVGResourceMode, bool shouldPaintSelection); |
SVGInlineTextBox& m_svgInlineTextBox; |
}; |