| Index: third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h
|
| index 73e4615c01d2d6b1142047c93926eee41f388ada..64bcf038bd91a7f57f2eee4058a0ba0b74e4e031 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h
|
| @@ -45,7 +45,7 @@ public:
|
|
|
| private:
|
| bool shouldPaintSelection(const PaintInfo&) const;
|
| - FloatRect boundsForDrawingRecorder(const LayoutPoint&, bool includeSelectionRect) const;
|
| + FloatRect boundsForDrawingRecorder(const PaintInfo&, const ComputedStyle&, const LayoutPoint&, bool includeSelectionRect) const;
|
| void paintTextFragments(const PaintInfo&, LayoutObject&);
|
| void paintDecoration(const PaintInfo&, TextDecoration, const SVGTextFragment&);
|
| bool setupTextPaint(const PaintInfo&, const ComputedStyle&, LayoutSVGResourceMode, SkPaint&);
|
|
|