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, 3 insertions, 1 deletions
diff --git a/gm/rrects.cpp b/gm/rrects.cpp
index 268e449319..a3b31d55ca 100644
--- a/gm/rrects.cpp
+++ b/gm/rrects.cpp
@@ -118,7 +118,9 @@ protected:
sk_sp<GrDrawOp> batch(
GrRectBatchFactory::CreateNonAAFill(0xff000000, SkMatrix::I(),
bounds, nullptr, nullptr));
- renderTargetContext->priv().testingOnly_drawBatch(grPaint, batch.get());
+ renderTargetContext->priv().testingOnly_drawBatch(grPaint,
+ GrAAType::kNone,
+ batch.get());
} else {
drew = false;
}