| Index: third_party/WebKit/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h b/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
|
| index 9d2917c594cc6bc180492519c48b464aefa595c7..817a3e056b5622668b3a4e6977dbc369c64d7db7 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
|
| @@ -73,11 +73,11 @@ public:
|
| private:
|
| void buildCharacterDataMap(LayoutSVGText&);
|
| void buildLayoutAttributes(LayoutSVGText&) const;
|
| - void collectTextPositioningElements(LayoutBoxModelObject&, UChar& lastCharacter);
|
| + void collectTextPositioningElements(LayoutBoxModelObject&);
|
| void fillCharacterDataMap(const TextPosition&);
|
|
|
| private:
|
| - unsigned m_textLength;
|
| + unsigned m_characterCount;
|
| PersistentHeapVector<TextPosition> m_textPositions;
|
| SVGCharacterDataMap m_characterDataMap;
|
| };
|
|
|