Chromium Code Reviews| 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; |