| 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..052e0dbab94199c98c726746fa60fc284ef246d5 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&, TextRun&, const SVGTextFragment&, LayoutSVGResourceMode, SkPaint&);
|
| + void paintText(const PaintInfo&, TextRun&, const SVGTextFragment&, int startPosition, int endPosition, SkPaint&);
|
| void paintText(const PaintInfo&, const ComputedStyle&, const ComputedStyle& selectionStyle, const SVGTextFragment&, LayoutSVGResourceMode, bool shouldPaintSelection);
|
|
|
| const SVGInlineTextBox& m_svgInlineTextBox;
|
|
|