aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/SortBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/SortBench.cpp')
-rw-r--r--bench/SortBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/SortBench.cpp b/bench/SortBench.cpp
index 9d22a45bf8..f621670d16 100644
--- a/bench/SortBench.cpp
+++ b/bench/SortBench.cpp
@@ -119,7 +119,7 @@ protected:
}
// Delayed initialization only done if onDraw will be called.
- void onPreDraw() override {
+ void onDelayedSetup() override {
fUnsorted.reset(N);
gRec[fType].fProc(fUnsorted.get());
}