aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/rrects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/rrects.cpp')
-rw-r--r--gm/rrects.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/gm/rrects.cpp b/gm/rrects.cpp
index 6e0995d503..f012145c32 100644
--- a/gm/rrects.cpp
+++ b/gm/rrects.cpp
@@ -118,8 +118,7 @@ protected:
SkAutoTUnref<GrDrawBatch> batch(
GrRectBatchFactory::CreateNonAAFill(0xff000000, SkMatrix::I(),
bounds, nullptr, nullptr));
- renderTargetContext->renderTargetContextPriv().testingOnly_drawBatch(
- grPaint, batch);
+ renderTargetContext->priv().testingOnly_drawBatch(grPaint, batch);
} else {
drew = false;
}