aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/rrects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/rrects.cpp')
-rw-r--r--gm/rrects.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/gm/rrects.cpp b/gm/rrects.cpp
index a3b31d55ca..268e449319 100644
--- a/gm/rrects.cpp
+++ b/gm/rrects.cpp
@@ -118,9 +118,7 @@ protected:
sk_sp<GrDrawOp> batch(
GrRectBatchFactory::CreateNonAAFill(0xff000000, SkMatrix::I(),
bounds, nullptr, nullptr));
- renderTargetContext->priv().testingOnly_drawBatch(grPaint,
- GrAAType::kNone,
- batch.get());
+ renderTargetContext->priv().testingOnly_drawBatch(grPaint, batch.get());
} else {
drew = false;
}