| Index: bench/nanobench.cpp
|
| diff --git a/bench/nanobench.cpp b/bench/nanobench.cpp
|
| index 6af54d830faf813c864b86d05dee9f86fe340b1f..55ef34e79de41ed3910efd10f1e89e6a830958c5 100644
|
| --- a/bench/nanobench.cpp
|
| +++ b/bench/nanobench.cpp
|
| @@ -123,8 +123,6 @@ DEFINE_string(sourceType, "",
|
| DEFINE_string(benchType, "",
|
| "Apply usual --match rules to bench type: micro, recording, playback, skcodec, etc.");
|
|
|
| -DEFINE_bool(forceSRGB, false, "Force SRGB for imageinfos");
|
| -
|
| static double now_ms() { return SkTime::GetNSecs() * 1e-6; }
|
|
|
| static SkString humanize(double ms) {
|
|
|