| 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 950fd85dc0393d2f9e73deb584ea7a0c1eb067dc..cea1799115e35865a46b09f45c7e9d31d6d21173 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h
|
| @@ -11,6 +11,7 @@
|
|
|
| namespace blink {
|
|
|
| +class DocumentMarker;
|
| class Font;
|
| struct PaintInfo;
|
| class LayoutPoint;
|
| @@ -18,8 +19,8 @@ class LayoutSVGInlineText;
|
| class ComputedStyle;
|
| class SVGInlineTextBox;
|
| struct SVGTextFragment;
|
| +class TextMatchMarker;
|
| class TextRun;
|
| -class DocumentMarker;
|
|
|
| struct SVGTextFragmentWithRange {
|
| SVGTextFragmentWithRange(const SVGTextFragment& fragment,
|
| @@ -43,12 +44,12 @@ class SVGInlineTextBoxPainter {
|
| void PaintSelectionBackground(const PaintInfo&);
|
| void PaintTextMatchMarkerForeground(const PaintInfo&,
|
| const LayoutPoint&,
|
| - const DocumentMarker&,
|
| + const TextMatchMarker&,
|
| const ComputedStyle&,
|
| const Font&);
|
| void PaintTextMatchMarkerBackground(const PaintInfo&,
|
| const LayoutPoint&,
|
| - const DocumentMarker&,
|
| + const TextMatchMarker&,
|
| const ComputedStyle&,
|
| const Font&);
|
|
|
|
|