| Index: third_party/WebKit/Source/core/svg/SVGPathByteStreamBuilder.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathByteStreamBuilder.h b/third_party/WebKit/Source/core/svg/SVGPathByteStreamBuilder.h
|
| index 9709497b2c4ea462113e6c8cd661080a9f0a226f..5a55b168d4f38b4e8c2cf0aaa10a4e464962dc87 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathByteStreamBuilder.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathByteStreamBuilder.h
|
| @@ -30,9 +30,9 @@ class SVGPathByteStreamBuilder final : public SVGPathConsumer {
|
| public:
|
| SVGPathByteStreamBuilder(SVGPathByteStream&);
|
|
|
| -private:
|
| void emitSegment(const PathSegmentData&) override;
|
|
|
| +private:
|
| SVGPathByteStream& m_byteStream;
|
| };
|
|
|
|
|