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 b1080f6843178346fa3473094b80e986cccd9799..8aed08dfd1d38d3659cac6d0cb2b0a6240875ba2 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.h |
+++ b/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.h |
@@ -61,7 +61,7 @@ public: |
private: |
void paintDocumentMarker(GraphicsContext*, const LayoutPoint&, DocumentMarker*, const ComputedStyle&, const Font&, bool) const final; |
- void paintTextMatchMarker(GraphicsContext*, const LayoutPoint&, DocumentMarker*, const ComputedStyle&, const Font&) const final; |
+ void paintTextMatchMarker(GraphicsContext*, const LayoutPoint&, DocumentMarker*, const ComputedStyle&, const Font&, bool = true) const final; |
bool nodeAtPoint(HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, LayoutUnit lineTop, LayoutUnit lineBottom) override; |