| Index: third_party/WebKit/Source/core/svg/SVGPathBuilder.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathBuilder.h b/third_party/WebKit/Source/core/svg/SVGPathBuilder.h
|
| index 5e5bc9872d0920d508b600c62cee4691ad0df328..0e33cba6d8f5e2a1d500b2dca8f4847928d67ad3 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathBuilder.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathBuilder.h
|
| @@ -40,9 +40,9 @@ public:
|
| , m_lastCommand(PathSegUnknown)
|
| { }
|
|
|
| -private:
|
| void emitSegment(const PathSegmentData&) override;
|
|
|
| +private:
|
| void emitClose();
|
| void emitMoveTo(const FloatPoint&);
|
| void emitLineTo(const FloatPoint&);
|
|
|