| 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 cd7cb7b850507f6157f8314a933daf93f4053692..ce6ce94edb818c6be765d62ab78ac0026e20f8b0 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,8 @@ 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 paintTextMatchMarkerForeground(const PaintInfo&, const LayoutPoint&, DocumentMarker*, const ComputedStyle&, const Font&) const final;
|
| + void paintTextMatchMarkerBackground(const PaintInfo&, const LayoutPoint&, DocumentMarker*, const ComputedStyle&, const Font&) const final;
|
|
|
| bool nodeAtPoint(HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, LayoutUnit lineTop, LayoutUnit lineBottom) override;
|
|
|
|
|