aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--bench/RegionBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/RegionBench.cpp b/bench/RegionBench.cpp
index 7ac288619c..fe6d7770c4 100644
--- a/bench/RegionBench.cpp
+++ b/bench/RegionBench.cpp
@@ -75,7 +75,7 @@ public:
RegionBench(void* param, int count, Proc proc, const char name[]) : INHERITED(param) {
fProc = proc;
- fName.printf("Region_%s_%d", name, count);
+ fName.printf("region_%s_%d", name, count);
SkRandom rand;
for (int i = 0; i < count; i++) {