diff options
Diffstat (limited to 'WebCore/rendering/RenderSVGText.h')
-rw-r--r-- | WebCore/rendering/RenderSVGText.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WebCore/rendering/RenderSVGText.h b/WebCore/rendering/RenderSVGText.h index 4592f4e..2cd71fa 100644 --- a/WebCore/rendering/RenderSVGText.h +++ b/WebCore/rendering/RenderSVGText.h @@ -53,12 +53,12 @@ public: virtual void absoluteRects(Vector<IntRect>&, int tx, int ty, bool topLevel = true); virtual void absoluteQuads(Vector<FloatQuad>&, bool topLevel = true); - virtual IntRect clippedOverflowRectForRepaint(RenderBox* repaintContainer); + virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer); virtual FloatRect relativeBBox(bool includeStroke = true) const; - virtual InlineBox* createInlineBox(bool makePlaceHolderBox, bool isRootLineBox, bool isOnlyRun = false); - private: + virtual RootInlineBox* createRootBox(); + TransformationMatrix m_localTransform; IntRect m_absoluteBounds; }; |