Index: third_party/WebKit/WebCore/rendering/RenderSVGInlineText.h |
=================================================================== |
--- third_party/WebKit/WebCore/rendering/RenderSVGInlineText.h (revision 9383) |
+++ third_party/WebKit/WebCore/rendering/RenderSVGInlineText.h (working copy) |
@@ -41,7 +41,7 @@ |
virtual void absoluteQuads(Vector<FloatQuad>&, bool topLevel = true); |
virtual bool requiresLayer() const { return false; } |
- virtual IntRect selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent = true); |
+ virtual IntRect selectionRectForRepaint(RenderBox* repaintContainer, bool clipToVisibleContent = true); |
virtual bool isSVGText() const { return true; } |
virtual InlineTextBox* createInlineTextBox(); |
@@ -51,7 +51,7 @@ |
virtual void destroy(); |
private: |
- IntRect computeRepaintRectForRange(RenderBoxModelObject* repaintContainer, int startPos, int endPos); |
+ IntRect computeRepaintRectForRange(RenderBox* repaintContainer, int startPos, int endPos); |
}; |
} |