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

Unified Diff: third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h

Issue 2909553002: [DMC #20] Remove DocumentMarker::IsActiveMatch() and SetIsActiveMatch() methods (Closed)
Patch Set: Rebase Created 3 years, 7 months 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/paint/SVGInlineTextBoxPainter.h
diff --git a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h
index 950fd85dc0393d2f9e73deb584ea7a0c1eb067dc..cea1799115e35865a46b09f45c7e9d31d6d21173 100644
--- a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h
+++ b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h
@@ -11,6 +11,7 @@
namespace blink {
+class DocumentMarker;
class Font;
struct PaintInfo;
class LayoutPoint;
@@ -18,8 +19,8 @@ class LayoutSVGInlineText;
class ComputedStyle;
class SVGInlineTextBox;
struct SVGTextFragment;
+class TextMatchMarker;
class TextRun;
-class DocumentMarker;
struct SVGTextFragmentWithRange {
SVGTextFragmentWithRange(const SVGTextFragment& fragment,
@@ -43,12 +44,12 @@ class SVGInlineTextBoxPainter {
void PaintSelectionBackground(const PaintInfo&);
void PaintTextMatchMarkerForeground(const PaintInfo&,
const LayoutPoint&,
- const DocumentMarker&,
+ const TextMatchMarker&,
const ComputedStyle&,
const Font&);
void PaintTextMatchMarkerBackground(const PaintInfo&,
const LayoutPoint&,
- const DocumentMarker&,
+ const TextMatchMarker&,
const ComputedStyle&,
const Font&);

Powered by Google App Engine
This is Rietveld 408576698