| Index: third_party/WebKit/WebCore/rendering/RenderSVGText.cpp
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/rendering/RenderSVGText.cpp (revision 9383)
|
| +++ third_party/WebKit/WebCore/rendering/RenderSVGText.cpp (working copy)
|
| @@ -49,7 +49,7 @@
|
| {
|
| }
|
|
|
| -IntRect RenderSVGText::clippedOverflowRectForRepaint(RenderBoxModelObject* /*repaintContainer*/)
|
| +IntRect RenderSVGText::clippedOverflowRectForRepaint(RenderBox* /*repaintContainer*/)
|
| {
|
| // FIXME: handle non-root repaintContainer
|
| FloatRect repaintRect = absoluteTransform().mapRect(relativeBBox(true));
|
|
|