| 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&);
|
|
|
|
|