Index: third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h |
diff --git a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h |
index cc82684429860350af6e2cbe426305e6195ef218..8e2e09bf32faebfd888c9ff89f3bdefe9f7aa539 100644 |
--- a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h |
+++ b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h |
@@ -34,7 +34,8 @@ private: |
bool shouldPaintSelection(const PaintInfo&) const; |
void paintTextFragments(const PaintInfo&, LayoutObject&); |
void paintDecoration(const PaintInfo&, TextDecoration, const SVGTextFragment&); |
- void paintTextWithShadows(const PaintInfo&, const ComputedStyle&, TextRun&, const SVGTextFragment&, int startPosition, int endPosition, LayoutSVGResourceMode); |
+ bool setupTextPaint(const PaintInfo&, const ComputedStyle&, LayoutSVGResourceMode, SkPaint&); |
+ void paintText(const PaintInfo&, TextRun&, const SVGTextFragment&, int startPosition, int endPosition, const SkPaint&); |
void paintText(const PaintInfo&, const ComputedStyle&, const ComputedStyle& selectionStyle, const SVGTextFragment&, LayoutSVGResourceMode, bool shouldPaintSelection); |
const SVGInlineTextBox& m_svgInlineTextBox; |