Chromium Code Reviews| Index: Source/platform/graphics/Path.h |
| diff --git a/Source/platform/graphics/Path.h b/Source/platform/graphics/Path.h |
| index f0252a50c74753c73980be02f6e33cd30b3a390f..7fc4883c63b3add7ef8cae3de0a7f2d2451a38f9 100644 |
| --- a/Source/platform/graphics/Path.h |
| +++ b/Source/platform/graphics/Path.h |
| @@ -73,6 +73,7 @@ public: |
| Path(const Path&); |
| Path& operator=(const Path&); |
| + Path& operator=(const SkPath&); |
| bool operator==(const Path&) const; |
| bool contains(const FloatPoint&, WindRule = RULE_NONZERO) const; |