| Index: Source/platform/graphics/Path.h
|
| diff --git a/Source/platform/graphics/Path.h b/Source/platform/graphics/Path.h
|
| index 1970b97d500acbfe4b0dda535631c36f5c7d9ac0..150100dd450de3c6bde08561ed13c88ca15ead4d 100644
|
| --- a/Source/platform/graphics/Path.h
|
| +++ b/Source/platform/graphics/Path.h
|
| @@ -111,6 +111,8 @@ public:
|
| void addRoundedRect(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius);
|
| void addRoundedRect(const RoundedRect&);
|
|
|
| + void addPath(const Path&, const AffineTransform&);
|
| +
|
| void translate(const FloatSize&);
|
|
|
| const SkPath& skPath() const { return m_path; }
|
|
|