| Index: third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp b/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| index 9cfb2f6f4a5ddde8a67900f9ed2f0b60f1b4a49a..6ebccb675241e2e2abce30dfd5b81e0e6d605e1a 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| @@ -242,7 +242,7 @@ void SVGInlineTextBox::PaintDocumentMarker(GraphicsContext&,
|
| void SVGInlineTextBox::PaintTextMatchMarkerForeground(
|
| const PaintInfo& paint_info,
|
| const LayoutPoint& point,
|
| - const DocumentMarker& marker,
|
| + const TextMatchMarker& marker,
|
| const ComputedStyle& style,
|
| const Font& font) const {
|
| SVGInlineTextBoxPainter(*this).PaintTextMatchMarkerForeground(
|
| @@ -252,7 +252,7 @@ void SVGInlineTextBox::PaintTextMatchMarkerForeground(
|
| void SVGInlineTextBox::PaintTextMatchMarkerBackground(
|
| const PaintInfo& paint_info,
|
| const LayoutPoint& point,
|
| - const DocumentMarker& marker,
|
| + const TextMatchMarker& marker,
|
| const ComputedStyle& style,
|
| const Font& font) const {
|
| SVGInlineTextBoxPainter(*this).PaintTextMatchMarkerBackground(
|
|
|