| Index: bench/DecodeBench.cpp
|
| diff --git a/bench/DecodeBench.cpp b/bench/DecodeBench.cpp
|
| index a4717f8eb7f5902ea4a67a2b54b96da26f1e7b20..b03f8980cd1d89437f4f3f6d047b28089b13635b 100644
|
| --- a/bench/DecodeBench.cpp
|
| +++ b/bench/DecodeBench.cpp
|
| @@ -20,7 +20,7 @@ class DecodeBench : public Benchmark {
|
| SkString fName;
|
| public:
|
| DecodeBench(SkColorType ct) : fPrefColorType(ct) {
|
| - SkString fname = SkOSPath::SkBasename(FLAGS_decodeBenchFilename[0]);
|
| + SkString fname = SkOSPath::Basename(FLAGS_decodeBenchFilename[0]);
|
| fName.printf("decode_%s_%s", sk_tool_utils::colortype_name(ct), fname.c_str());
|
| }
|
|
|
|
|