Index: third_party/WebKit/Source/platform/graphics/Path.h |
diff --git a/third_party/WebKit/Source/platform/graphics/Path.h b/third_party/WebKit/Source/platform/graphics/Path.h |
index e1c24911026d2d22f32b1e372a2b79f19a490408..681fa9b659c469088ce92ca0406bd091886c66e4 100644 |
--- a/third_party/WebKit/Source/platform/graphics/Path.h |
+++ b/third_party/WebKit/Source/platform/graphics/Path.h |
@@ -70,6 +70,7 @@ public: |
~Path(); |
Path(const Path&); |
+ Path(const SkPath&); |
Path& operator=(const Path&); |
Path& operator=(const SkPath&); |
bool operator==(const Path&) const; |
@@ -150,6 +151,7 @@ public: |
// Updates the path to the union (inclusive-or) of itself with the given argument. |
bool unionPath(const Path& other); |
+ bool intersectPath(const Path& other); |
private: |
void addEllipse(const FloatPoint&, float radiusX, float radiusY, float startAngle, float endAngle, bool anticlockwise); |