Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Unified Diff: third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.h

Issue 2599483002: Extract helper function. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 2e28c1d1b7c07c0ef66c6e5a2e7e5b3a81cee5ed..6a7337965807f90ba23d7887aa0eb91bd8bab3f6 100644
--- a/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.h
+++ b/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.h
@@ -79,18 +79,18 @@ class SVGInlineTextBox final : public InlineTextBox {
private:
void paintDocumentMarker(GraphicsContext&,
const LayoutPoint&,
- DocumentMarker*,
+ const DocumentMarker&,
const ComputedStyle&,
const Font&,
bool) const final;
void paintTextMatchMarkerForeground(const PaintInfo&,
const LayoutPoint&,
- DocumentMarker*,
+ const DocumentMarker&,
const ComputedStyle&,
const Font&) const final;
void paintTextMatchMarkerBackground(const PaintInfo&,
const LayoutPoint&,
- DocumentMarker*,
+ const DocumentMarker&,
const ComputedStyle&,
const Font&) const final;

Powered by Google App Engine
This is Rietveld 408576698