| Index: Source/WebCore/rendering/RenderText.h
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderText.h (revision 112901)
|
| +++ Source/WebCore/rendering/RenderText.h (working copy)
|
| @@ -89,9 +89,11 @@
|
| float firstRunX() const;
|
| float firstRunY() const;
|
|
|
| - void setText(PassRefPtr<StringImpl>, bool force = false);
|
| + virtual void setText(PassRefPtr<StringImpl>, bool force = false);
|
| void setTextWithOffset(PassRefPtr<StringImpl>, unsigned offset, unsigned len, bool force = false);
|
|
|
| + virtual void transformText();
|
| +
|
| virtual bool canBeSelectionLeaf() const { return true; }
|
| virtual void setSelectionState(SelectionState s);
|
| virtual LayoutRect selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent = true);
|
| @@ -160,7 +162,6 @@
|
| bool isAllASCII() const { return m_isAllASCII; }
|
| void updateNeedsTranscoding();
|
|
|
| - inline void transformText(String&) const;
|
| void secureText(UChar mask);
|
|
|
| float m_minWidth; // here to minimize padding in 64-bit.
|
|
|