| Index: third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.h b/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.h
|
| index 6a7337965807f90ba23d7887aa0eb91bd8bab3f6..42f40562a66211f86c681287d7794c0c2df58237 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.h
|
| @@ -85,12 +85,12 @@ class SVGInlineTextBox final : public InlineTextBox {
|
| bool) const final;
|
| void paintTextMatchMarkerForeground(const PaintInfo&,
|
| const LayoutPoint&,
|
| - const DocumentMarker&,
|
| + const TextMatchMarker&,
|
| const ComputedStyle&,
|
| const Font&) const final;
|
| void paintTextMatchMarkerBackground(const PaintInfo&,
|
| const LayoutPoint&,
|
| - const DocumentMarker&,
|
| + const TextMatchMarker&,
|
| const ComputedStyle&,
|
| const Font&) const final;
|
|
|
|
|