| Index: bench/subset/SubsetZoomBench.cpp
|
| diff --git a/bench/subset/SubsetZoomBench.cpp b/bench/subset/SubsetZoomBench.cpp
|
| index bbdca75a5426e0bc32eae42f00b735e656960f2c..c5b7972fc55f68c64471a55daaead129116d49c5 100644
|
| --- a/bench/subset/SubsetZoomBench.cpp
|
| +++ b/bench/subset/SubsetZoomBench.cpp
|
| @@ -9,6 +9,7 @@
|
| #include "SubsetBenchPriv.h"
|
| #include "SkData.h"
|
| #include "SkCodec.h"
|
| +#include "SkCodecBenchPriv.h"
|
| #include "SkImageDecoder.h"
|
| #include "SkOSFile.h"
|
| #include "SkScanlineDecoder.h"
|
| @@ -35,7 +36,7 @@ SubsetZoomBench::SubsetZoomBench(const SkString& path,
|
| SkString baseName = SkOSPath::Basename(path.c_str());
|
|
|
| // Choose an informative color name
|
| - const char* colorName = get_color_name(fColorType);
|
| + const char* colorName = color_type_to_str(fColorType);
|
|
|
| fName.printf("%sSubsetZoom_%dx%d_%s_%s", fUseCodec ? "Codec" : "Image", fSubsetWidth,
|
| fSubsetHeight, baseName.c_str(), colorName);
|
|
|