| Index: src/gpu/batches/GrAAConvexPathRenderer.cpp
|
| diff --git a/src/gpu/batches/GrAAConvexPathRenderer.cpp b/src/gpu/batches/GrAAConvexPathRenderer.cpp
|
| index cd8579c1f89db366b34d1b92916844e692690324..9fde34c186e08f3c9e71a545bf004874f4ac8820 100644
|
| --- a/src/gpu/batches/GrAAConvexPathRenderer.cpp
|
| +++ b/src/gpu/batches/GrAAConvexPathRenderer.cpp
|
| @@ -1002,6 +1002,7 @@ private:
|
| };
|
|
|
| bool GrAAConvexPathRenderer::onDrawPath(const DrawPathArgs& args) {
|
| + GR_AUDIT_TRAIL_AUTO_FRAME(args.fTarget->getAuditTrail(), "GrAAConvexPathRenderer::onDrawPath");
|
| if (args.fPath->isEmpty()) {
|
| return true;
|
| }
|
|
|