| Index: dm/DM.cpp
|
| diff --git a/dm/DM.cpp b/dm/DM.cpp
|
| index 2ac2f20a71b35060c5fb87b4d12e27ffd7b8cb1f..b10de5e4feb1212cfc4b62286b5b6849c4a910b3 100644
|
| --- a/dm/DM.cpp
|
| +++ b/dm/DM.cpp
|
| @@ -71,7 +71,6 @@ DEFINE_string(uninterestingHashesFile, "",
|
| DEFINE_int32(shards, 1, "We're splitting source data into this many shards.");
|
| DEFINE_int32(shard, 0, "Which shard do I run?");
|
| DEFINE_bool(simpleCodec, false, "Only decode images to native scale");
|
| -DEFINE_bool(forceSRGB, false, "Force SRGB for imageinfos");
|
|
|
| using namespace DM;
|
| using sk_gpu_test::GrContextFactory;
|
|
|