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 5704099fd95dd16d6b194ca0eda128110980ee26..73e4615c01d2d6b1142047c93926eee41f388ada 100644 |
--- a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h |
+++ b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h |
@@ -45,6 +45,7 @@ public: |
private: |
bool shouldPaintSelection(const PaintInfo&) const; |
+ FloatRect boundsForDrawingRecorder(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&); |