| Index: third_party/WebKit/WebCore/rendering/RenderSVGInlineText.cpp
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/rendering/RenderSVGInlineText.cpp (revision 9310)
|
| +++ third_party/WebKit/WebCore/rendering/RenderSVGInlineText.cpp (working copy)
|
| @@ -76,7 +76,7 @@
|
| quads.append(FloatRect(computeRepaintRectForRange(0, 0, textLength())));
|
| }
|
|
|
| -IntRect RenderSVGInlineText::selectionRectForRepaint(RenderBox* repaintContainer, bool /*clipToVisibleContent*/)
|
| +IntRect RenderSVGInlineText::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool /*clipToVisibleContent*/)
|
| {
|
| ASSERT(!needsLayout());
|
|
|
| @@ -108,7 +108,7 @@
|
| return computeRepaintRectForRange(repaintContainer, startPos, endPos);
|
| }
|
|
|
| -IntRect RenderSVGInlineText::computeRepaintRectForRange(RenderBox* /*repaintContainer*/, int startPos, int endPos)
|
| +IntRect RenderSVGInlineText::computeRepaintRectForRange(RenderBoxModelObject* /*repaintContainer*/, int startPos, int endPos)
|
| {
|
| RenderBlock* cb = containingBlock();
|
| if (!cb || !cb->container())
|
|
|