| Index: Source/WebCore/rendering/svg/RenderSVGText.h
|
| ===================================================================
|
| --- Source/WebCore/rendering/svg/RenderSVGText.h (revision 112620)
|
| +++ Source/WebCore/rendering/svg/RenderSVGText.h (working copy)
|
| @@ -48,7 +48,10 @@
|
|
|
| bool needsReordering() const { return m_needsReordering; }
|
|
|
| - void textDOMChanged();
|
| + // Call this method when either the children of a DOM text element have changed, or the length of
|
| + // the text in any child element has changed.
|
| + void invalidateTextPositioningElements();
|
| +
|
| void layoutAttributesChanged(RenderObject*);
|
| void layoutAttributesWillBeDestroyed(RenderSVGInlineText*, Vector<SVGTextLayoutAttributes*>& affectedAttributes);
|
| void rebuildLayoutAttributes(bool performFullRebuild = false);
|
|
|