| Index: Source/platform/graphics/Path.h | 
| diff --git a/Source/platform/graphics/Path.h b/Source/platform/graphics/Path.h | 
| index 3ed72b952d0c53303bade41e88e09209bdebf42e..431f03d206cb85bf96fcece92237ce572b5482d4 100644 | 
| --- a/Source/platform/graphics/Path.h | 
| +++ b/Source/platform/graphics/Path.h | 
| @@ -131,6 +131,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; } | 
|  |