| 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 50983454ec466f3d9f9fceecdcbb001a39025aa7..0920191f738e85943a4747df0282a3cbbae2162b 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "core/style/ComputedStyleConstants.h"
|
| #include "core/layout/svg/LayoutSVGResourcePaintServer.h"
|
| +#include "skia/ext/cdl_common.h"
|
| #include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
| @@ -65,13 +66,13 @@ class SVGInlineTextBoxPainter {
|
| bool setupTextPaint(const PaintInfo&,
|
| const ComputedStyle&,
|
| LayoutSVGResourceMode,
|
| - SkPaint&);
|
| + CdlPaint&);
|
| void paintText(const PaintInfo&,
|
| TextRun&,
|
| const SVGTextFragment&,
|
| int startPosition,
|
| int endPosition,
|
| - const SkPaint&);
|
| + const CdlPaint&);
|
| void paintText(const PaintInfo&,
|
| const ComputedStyle&,
|
| const ComputedStyle& selectionStyle,
|
|
|