Index: third_party/WebKit/Source/core/layout/line/InlineTextBox.cpp |
diff --git a/third_party/WebKit/Source/core/layout/line/InlineTextBox.cpp b/third_party/WebKit/Source/core/layout/line/InlineTextBox.cpp |
index 350cb97c1cbd11be2b0dc5ee215b6632dd4fe52c..476e0e67e34afc849db91aa7206667640915d176 100644 |
--- a/third_party/WebKit/Source/core/layout/line/InlineTextBox.cpp |
+++ b/third_party/WebKit/Source/core/layout/line/InlineTextBox.cpp |
@@ -552,7 +552,7 @@ void InlineTextBox::PaintDocumentMarker(GraphicsContext& pt, |
void InlineTextBox::PaintTextMatchMarkerForeground( |
const PaintInfo& paint_info, |
const LayoutPoint& box_origin, |
- const DocumentMarker& marker, |
+ const TextMatchMarker& marker, |
const ComputedStyle& style, |
const Font& font) const { |
InlineTextBoxPainter(*this).PaintTextMatchMarkerForeground( |
@@ -562,7 +562,7 @@ void InlineTextBox::PaintTextMatchMarkerForeground( |
void InlineTextBox::PaintTextMatchMarkerBackground( |
const PaintInfo& paint_info, |
const LayoutPoint& box_origin, |
- const DocumentMarker& marker, |
+ const TextMatchMarker& marker, |
const ComputedStyle& style, |
const Font& font) const { |
InlineTextBoxPainter(*this).PaintTextMatchMarkerBackground( |