Index: tools/flags/SkCommonFlags.cpp |
diff --git a/tools/flags/SkCommonFlags.cpp b/tools/flags/SkCommonFlags.cpp |
index 1caffd54d6a5b58bca2cd481a6a618c0d57c6bf2..3da5efebc5d590d835870a7abb5ecbdf08f80e39 100644 |
--- a/tools/flags/SkCommonFlags.cpp |
+++ b/tools/flags/SkCommonFlags.cpp |
@@ -12,6 +12,8 @@ |
DEFINE_bool(dryRun, false, |
"just print the tests that would be run, without actually running them."); |
+ |
+DEFINE_bool(forceSRGB, false, "Force SRGB for imageinfos"); |
DEFINE_bool(gpu, true, "master switch for running GPU-bound work."); |