summaryrefslogtreecommitdiff
path: root/third_party/skia/include/core/SkPath.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/skia/include/core/SkPath.h')
-rw-r--r--third_party/skia/include/core/SkPath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/skia/include/core/SkPath.h b/third_party/skia/include/core/SkPath.h
index d3673b6d5d35..b7e58adf7fba 100644
--- a/third_party/skia/include/core/SkPath.h
+++ b/third_party/skia/include/core/SkPath.h
@@ -588,7 +588,7 @@ public:
* @param oval The bounding oval to add as a closed contour to the path
* @param dir The direction to wind the oval's contour.
*/
- void addOval(const SkRect& oval, Direction dir = kCW_Direction);
+ void addOval(const SkRect& oval, Direction dir = kCW_Direction, bool forceMoveAndClose = true);
/**
* Add a closed circle contour to the path