| Index: tools/bench_pictures_main.cpp
|
| diff --git a/tools/bench_pictures_main.cpp b/tools/bench_pictures_main.cpp
|
| index 4d4116db011b67c940463e39376e8a1b0ddd5ccf..c267c4cb9ba0f05598b8fdee8cc7259bc5b9071f 100644
|
| --- a/tools/bench_pictures_main.cpp
|
| +++ b/tools/bench_pictures_main.cpp
|
| @@ -374,8 +374,7 @@ static int process_input(const char* input,
|
| int failures = 0;
|
| if (iter.next(&inputFilename)) {
|
| do {
|
| - SkString inputPath;
|
| - sk_tools::make_filepath(&inputPath, inputAsSkString, inputFilename);
|
| + SkString inputPath = SkOSPath::SkPathJoin(input, inputFilename.c_str());
|
| if (!run_single_benchmark(inputPath, benchmark)) {
|
| ++failures;
|
| }
|
|
|