Index: src/gpu/batches/GrMSAAPathRenderer.cpp |
diff --git a/src/gpu/batches/GrMSAAPathRenderer.cpp b/src/gpu/batches/GrMSAAPathRenderer.cpp |
index 19dd3663e5ab8cb7a22e86ff1d62da3cbb25c081..d01323535754419d8757fde16dfb0bd94d752a17 100644 |
--- a/src/gpu/batches/GrMSAAPathRenderer.cpp |
+++ b/src/gpu/batches/GrMSAAPathRenderer.cpp |
@@ -262,7 +262,7 @@ private: |
bool first = true; |
- SkPath::Iter iter(path, false); |
+ SkPath::Iter iter(path, true); |
SkPath::Verb verb; |
SkPoint pts[4]; |
@@ -474,7 +474,7 @@ private: |
SkPoint pts[4]; |
bool first = true; |
- SkPath::Iter iter(path, false); |
+ SkPath::Iter iter(path, true); |
bool done = false; |
while (!done) { |