aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/nanobench.h
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-03-08 11:31:11 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-08 11:31:11 -0800
commitbb6c41b1dbe5021da5c7e8257e04d8ed6979af05 (patch)
treeade12335ed5308838dc4914e4b91721442baa5fe /bench/nanobench.h
parent88cb82246a5dc141cb9f49a3b9187abb515cd49d (diff)
add f16 and srgb --configs to nanobench
Diffstat (limited to 'bench/nanobench.h')
-rw-r--r--bench/nanobench.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/nanobench.h b/bench/nanobench.h
index 204ada6a4d..ad538dd896 100644
--- a/bench/nanobench.h
+++ b/bench/nanobench.h
@@ -26,6 +26,7 @@ struct Config {
Benchmark::Backend backend;
SkColorType color;
SkAlphaType alpha;
+ SkColorProfileType profile;
int samples;
#if SK_SUPPORT_GPU
GrContextFactory::GLContextType ctxType;