| 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 751cbfcb8f484b2cbd8f79a5d53b3a07c7777996..642b94785a68975583d9650fe6434870a29f7e1e 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h
|
| @@ -65,13 +65,13 @@ class SVGInlineTextBoxPainter {
|
| bool setupTextPaint(const PaintInfo&,
|
| const ComputedStyle&,
|
| LayoutSVGResourceMode,
|
| - SkPaint&);
|
| + PaintFlags&);
|
| void paintText(const PaintInfo&,
|
| TextRun&,
|
| const SVGTextFragment&,
|
| int startPosition,
|
| int endPosition,
|
| - const SkPaint&);
|
| + const PaintFlags&);
|
| void paintText(const PaintInfo&,
|
| const ComputedStyle&,
|
| const ComputedStyle& selectionStyle,
|
|
|