Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp |
| diff --git a/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp b/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp |
| index 372d0fb7ae1b94c193b1f92ae17901a5e9850f26..3f371038e88aca52cef2a1accfd965f7118c65e6 100644 |
| --- a/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp |
| +++ b/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp |
| @@ -220,7 +220,7 @@ void SVGInlineTextBox::paintDocumentMarker(GraphicsContext*, const LayoutPoint&, |
| // SVG does not have support for generic document markers (e.g., spellchecking, etc). |
| } |
| -void SVGInlineTextBox::paintTextMatchMarker(GraphicsContext* context, const LayoutPoint& point, DocumentMarker* marker, const ComputedStyle& style, const Font& font) const |
| +void SVGInlineTextBox::paintTextMatchMarker(GraphicsContext* context, const LayoutPoint& point, DocumentMarker* marker, const ComputedStyle& style, const Font& font, bool) const |
| { |
| SVGInlineTextBoxPainter(*this).paintTextMatchMarker(context, point, marker, style, font); |
|
pdr.
2015/12/01 23:58:48
You also need to update this function, SVGInlineTe
ramya.v
2015/12/10 09:39:37
Done.
|
| } |