| Index: third_party/WebKit/WebCore/rendering/RenderSVGContainer.cpp
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/rendering/RenderSVGContainer.cpp (revision 9310)
|
| +++ third_party/WebKit/WebCore/rendering/RenderSVGContainer.cpp (working copy)
|
| @@ -212,7 +212,7 @@
|
| return TransformationMatrix();
|
| }
|
|
|
| -IntRect RenderSVGContainer::clippedOverflowRectForRepaint(RenderBox* repaintContainer)
|
| +IntRect RenderSVGContainer::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer)
|
| {
|
| FloatRect repaintRect;
|
|
|
| @@ -280,7 +280,7 @@
|
| return false;
|
| }
|
|
|
| -IntRect RenderSVGContainer::outlineBoundsForRepaint(RenderBox* /*repaintContainer*/) const
|
| +IntRect RenderSVGContainer::outlineBoundsForRepaint(RenderBoxModelObject* /*repaintContainer*/) const
|
| {
|
| // FIXME: handle non-root repaintContainer
|
| IntRect result = m_absoluteBounds;
|
|
|