| Index: Source/core/rendering/InlineTextBox.h
|
| diff --git a/Source/core/rendering/InlineTextBox.h b/Source/core/rendering/InlineTextBox.h
|
| index 3d6fdee393a0937202080eed206ddc7893808c02..2fa7d24bd0b2740a10b2a77e64f1fdc55d23a29e 100644
|
| --- a/Source/core/rendering/InlineTextBox.h
|
| +++ b/Source/core/rendering/InlineTextBox.h
|
| @@ -159,6 +159,9 @@ public:
|
|
|
| bool containsCaretOffset(int offset) const; // false for offset after line break
|
|
|
| + // Fills a vector with the pixel width of each character.
|
| + void characterWidths(Vector<float>&) const;
|
| +
|
| private:
|
| InlineTextBox* m_prevTextBox; // The previous box that also uses our RenderObject
|
| InlineTextBox* m_nextTextBox; // The next box that also uses our RenderObject
|
|
|