| Index: Source/platform/graphics/Path.h
|
| diff --git a/Source/platform/graphics/Path.h b/Source/platform/graphics/Path.h
|
| index 21cd8c2895a919b0111b1523ca1200d36e1245d6..63e8f972c2c2a28b233887b9b2f7c75da2b7552b 100644
|
| --- a/Source/platform/graphics/Path.h
|
| +++ b/Source/platform/graphics/Path.h
|
| @@ -154,6 +154,7 @@ public:
|
|
|
| private:
|
| void addEllipse(const FloatPoint&, float radiusX, float radiusY, float startAngle, float endAngle, bool anticlockwise);
|
| + SkPath strokePath(const StrokeData&) const;
|
|
|
| SkPath m_path;
|
| };
|
|
|