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

Unified Diff: third_party/WebKit/Source/core/layout/line/InlineTextBox.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/layout/line/InlineTextBox.h
diff --git a/third_party/WebKit/Source/core/layout/line/InlineTextBox.h b/third_party/WebKit/Source/core/layout/line/InlineTextBox.h
index 319a55890ec1024be9e13fa32ec9cf807a0ab08f..239e8099806709e145acf3cfce8825f7f0e3d968 100644
--- a/third_party/WebKit/Source/core/layout/line/InlineTextBox.h
+++ b/third_party/WebKit/Source/core/layout/line/InlineTextBox.h
@@ -35,6 +35,7 @@ namespace blink {
class DocumentMarker;
class GraphicsContext;
+class TextMatchMarker;
// The two truncation values below are used as tokens representing truncation
// state for the text box, are intended to be relative to |m_start|, and are set
@@ -148,12 +149,12 @@ class CORE_EXPORT InlineTextBox : public InlineBox {
bool grammar) const;
virtual void PaintTextMatchMarkerForeground(const PaintInfo&,
const LayoutPoint& box_origin,
- const DocumentMarker&,
+ const TextMatchMarker&,
const ComputedStyle&,
const Font&) const;
virtual void PaintTextMatchMarkerBackground(const PaintInfo&,
const LayoutPoint& box_origin,
- const DocumentMarker&,
+ const TextMatchMarker&,
const ComputedStyle&,
const Font&) const;

Powered by Google App Engine
This is Rietveld 408576698