aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ops/GrDrawPathOp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/ops/GrDrawPathOp.h')
-rw-r--r--src/gpu/ops/GrDrawPathOp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/ops/GrDrawPathOp.h b/src/gpu/ops/GrDrawPathOp.h
index 98c3807e46..114ce96a64 100644
--- a/src/gpu/ops/GrDrawPathOp.h
+++ b/src/gpu/ops/GrDrawPathOp.h
@@ -36,7 +36,7 @@ protected:
: RequiresDstTexture::kNo;
}
- void visitProxies(VisitProxyFunc func) const override {
+ void visitProxies(const VisitProxyFunc& func) const override {
fProcessorSet.visitProxies(func);
}