aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/OnFlushCallbackTest.cpp
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-09-14 14:11:24 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-09-14 20:39:42 +0000
commitf1748f5a9238a0d3e189d50fc5e57ae8b8ec087c (patch)
treecaff30803c0b92b567f9c8dc9cdb7610389684af /tests/OnFlushCallbackTest.cpp
parent7d76ed2b1be9f5dcc1acca311d47829cd03d52f8 (diff)
Change visitProxies signature
There is a perf regression (mainly on the Nexus5) for the https://skia-review.googlesource.com/c/skia/+/46200 (Add method to iterate over a GrOp's GrSurfaceProxies) This is one candidate. Change-Id: I995d3a88bad2a914f24b49512abbf01aeaf579c8 Reviewed-on: https://skia-review.googlesource.com/46586 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'tests/OnFlushCallbackTest.cpp')
-rw-r--r--tests/OnFlushCallbackTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/OnFlushCallbackTest.cpp b/tests/OnFlushCallbackTest.cpp
index a8fdc7cc58..51c1985ee1 100644
--- a/tests/OnFlushCallbackTest.cpp
+++ b/tests/OnFlushCallbackTest.cpp
@@ -58,7 +58,7 @@ public:
const char* name() const override { return "NonAARectOp"; }
- void visitProxies(VisitProxyFunc func) const override {
+ void visitProxies(const VisitProxyFunc& func) const override {
fHelper.visitProxies(func);
}