aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrRectBatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrRectBatch.cpp')
-rw-r--r--src/gpu/GrRectBatch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrRectBatch.cpp b/src/gpu/GrRectBatch.cpp
index ba63db1e0f..ab9ce4febc 100644
--- a/src/gpu/GrRectBatch.cpp
+++ b/src/gpu/GrRectBatch.cpp
@@ -156,7 +156,7 @@ public:
}
}
- helper.issueDraws(batchTarget);
+ helper.issueDraw(batchTarget);
}
SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }