aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/nanobench.h
diff options
context:
space:
mode:
Diffstat (limited to 'bench/nanobench.h')
-rw-r--r--bench/nanobench.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/nanobench.h b/bench/nanobench.h
index 2dac30a927..204ada6a4d 100644
--- a/bench/nanobench.h
+++ b/bench/nanobench.h
@@ -22,7 +22,7 @@ class SkBitmap;
class SkCanvas;
struct Config {
- const char* name;
+ SkString name;
Benchmark::Backend backend;
SkColorType color;
SkAlphaType alpha;