Index: third_party/WebKit/Source/core/paint/SVGRootPainter.h |
diff --git a/third_party/WebKit/Source/core/paint/SVGRootPainter.h b/third_party/WebKit/Source/core/paint/SVGRootPainter.h |
index b11acdd0934fb64640fbdb0ac9a08d33c2bbc3dc..437a115c723d745aae2cca3f6de41c0f9497df78 100644 |
--- a/third_party/WebKit/Source/core/paint/SVGRootPainter.h |
+++ b/third_party/WebKit/Source/core/paint/SVGRootPainter.h |
@@ -20,7 +20,7 @@ class SVGRootPainter { |
public: |
SVGRootPainter(const LayoutSVGRoot& layoutSVGRoot) : m_layoutSVGRoot(layoutSVGRoot) { } |
- void paint(const PaintInfo&, const LayoutPoint&); |
+ void paintReplaced(const PaintInfo&, const LayoutPoint&); |
// The embedded SVG document uses an unsnapped viewport box for layout, while SVG root's border |
// box ultimately gets snapped during paint. This translate/scale transform is applied to |