aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ops/GrAAConvexTessellator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/ops/GrAAConvexTessellator.h')
-rw-r--r--src/gpu/ops/GrAAConvexTessellator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/ops/GrAAConvexTessellator.h b/src/gpu/ops/GrAAConvexTessellator.h
index 2fdde10324..ee91128bfb 100644
--- a/src/gpu/ops/GrAAConvexTessellator.h
+++ b/src/gpu/ops/GrAAConvexTessellator.h
@@ -143,7 +143,7 @@ private:
void makeOriginalRing() {
for (int i = 0; i < fPts.count(); ++i) {
fPts[i].fOrigEdgeId = fPts[i].fIndex;
- }
+ }
}
// init should be called after all the indices have been added (via addIdx)