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