aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pathops/SkPathWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pathops/SkPathWriter.h')
-rw-r--r--src/pathops/SkPathWriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathops/SkPathWriter.h b/src/pathops/SkPathWriter.h
index 5dd1bf6f60..6534b840c1 100644
--- a/src/pathops/SkPathWriter.h
+++ b/src/pathops/SkPathWriter.h
@@ -43,7 +43,7 @@ private:
bool someAssemblyRequired();
void update(const SkOpPtT* pt);
- SkPath fCurrent; // contour under construction
+ SkPath fCurrent; // contour under construction
SkTArray<SkPath> fPartials; // contours with mismatched starts and ends
SkTDArray<const SkOpPtT*> fEndPtTs; // possible pt values for partial starts and ends
SkPath* fPathPtr; // closed contours are written here