aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'gpu')
-rw-r--r--gpu/src/GrPathUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/src/GrPathUtils.cpp b/gpu/src/GrPathUtils.cpp
index 1fb043c83f..8a72ba87a7 100644
--- a/gpu/src/GrPathUtils.cpp
+++ b/gpu/src/GrPathUtils.cpp
@@ -111,7 +111,7 @@ int GrPathUtils::worstCasePointCount(const GrPath& path, int* subpaths,
bool first = true;
- SkPath::Iter iter(path, false);
+ SkPath::Iter iter(path, true);
GrPathCmd cmd;
GrPoint pts[4];