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

Unified Diff: third_party/WebKit/Source/core/paint/InlineTextBoxPainter.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/InlineTextBoxPainter.h
diff --git a/third_party/WebKit/Source/core/paint/InlineTextBoxPainter.h b/third_party/WebKit/Source/core/paint/InlineTextBoxPainter.h
index b6560c13e484d5d47e5364fd78f49528b1e323ad..5194d872764ae42f3df787738a81b721cd7828e7 100644
--- a/third_party/WebKit/Source/core/paint/InlineTextBoxPainter.h
+++ b/third_party/WebKit/Source/core/paint/InlineTextBoxPainter.h
@@ -23,6 +23,7 @@ class InlineTextBox;
class LayoutObject;
class LayoutPoint;
class LayoutTextCombine;
+class TextMatchMarker;
enum class DocumentMarkerPaintPhase { kForeground, kBackground };
@@ -47,12 +48,12 @@ class InlineTextBoxPainter {
bool grammar);
void PaintTextMatchMarkerForeground(const PaintInfo&,
const LayoutPoint& box_origin,
- const DocumentMarker&,
+ const TextMatchMarker&,
const ComputedStyle&,
const Font&);
void PaintTextMatchMarkerBackground(const PaintInfo&,
const LayoutPoint& box_origin,
- const DocumentMarker&,
+ const TextMatchMarker&,
const ComputedStyle&,
const Font&);

Powered by Google App Engine
This is Rietveld 408576698