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

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

Issue 2909553002: [DMC #20] Remove DocumentMarker::IsActiveMatch() and SetIsActiveMatch() methods (Closed)
Patch Set: Update comment 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/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 c1a5603bab1801156ae467f4b1d13824f8c3c13c..3844f93f4c06bfd61274342863a0cf6d59c8c6b6 100644
--- a/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.h
+++ b/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.h
@@ -22,6 +22,7 @@
#ifndef SVGInlineTextBox_h
#define SVGInlineTextBox_h
+#include "core/editing/markers/TextMatchMarker.h"
tkent 2017/05/26 04:52:25 Is this #include necessary?
#include "core/layout/line/InlineTextBox.h"
#include "core/layout/svg/SVGTextLayoutEngine.h"
@@ -85,12 +86,12 @@ class SVGInlineTextBox final : public InlineTextBox {
bool) const final;
void PaintTextMatchMarkerForeground(const PaintInfo&,
const LayoutPoint&,
- const DocumentMarker&,
+ const TextMatchMarker&,
const ComputedStyle&,
const Font&) const final;
void PaintTextMatchMarkerBackground(const PaintInfo&,
const LayoutPoint&,
- const DocumentMarker&,
+ const TextMatchMarker&,
const ComputedStyle&,
const Font&) const final;

Powered by Google App Engine
This is Rietveld 408576698