| Index: third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h b/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h
|
| index ebed241309a189393d8c55ee83734a6dfd2e4b26..194c323a05d99163be2e17d9423bc280a2fc4d7a 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h
|
| @@ -30,9 +30,9 @@ class CORE_EXPORT SVGPathStringBuilder final : public SVGPathConsumer {
|
| public:
|
| String result();
|
|
|
| -private:
|
| void emitSegment(const PathSegmentData&) override;
|
|
|
| +private:
|
| StringBuilder m_stringBuilder;
|
| };
|
|
|
|
|