aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrSoftwarePathRenderer.cpp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2016-01-14 09:58:36 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-01-14 09:58:36 -0800
commitde83b41cc7fc5bd1398e06c011e698215261665f (patch)
treef0d0917efbe61bc59401e8eef4d77075064d99e1 /src/gpu/GrSoftwarePathRenderer.cpp
parente5286e0b37abe4d0db67a6b3d87b2d5a12a70ab3 (diff)
Add Audittrail for path renderers
Diffstat (limited to 'src/gpu/GrSoftwarePathRenderer.cpp')
-rw-r--r--src/gpu/GrSoftwarePathRenderer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/GrSoftwarePathRenderer.cpp b/src/gpu/GrSoftwarePathRenderer.cpp
index 28a4b9ccfe..af77c205b5 100644
--- a/src/gpu/GrSoftwarePathRenderer.cpp
+++ b/src/gpu/GrSoftwarePathRenderer.cpp
@@ -116,6 +116,7 @@ void draw_around_inv_path(GrDrawTarget* target,
////////////////////////////////////////////////////////////////////////////////
// return true on success; false on failure
bool GrSoftwarePathRenderer::onDrawPath(const DrawPathArgs& args) {
+ GR_AUDIT_TRAIL_AUTO_FRAME(args.fTarget->getAuditTrail(), "GrSoftwarePathRenderer::onDrawPath");
if (nullptr == fContext) {
return false;
}