| 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 c44accb44cd4d85ba95069af37c3b2bcd4d2f527..8c58cdb8614509dd8eed5cb8d2654f94552b2936 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& paintInfo,
|
| 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& paintInfo,
|
| const LayoutPoint& point,
|
| - const DocumentMarker& marker,
|
| + const TextMatchMarker& marker,
|
| const ComputedStyle& style,
|
| const Font& font) const {
|
| SVGInlineTextBoxPainter(*this).paintTextMatchMarkerBackground(
|
|
|