Index: bench/nanobench.h |
diff --git a/bench/nanobench.h b/bench/nanobench.h |
index ceab0f6c4fe717d0dfdbb49ef337cc91f0c9b053..ce1e33ec4fd01debef87a25bb059a2432d411a63 100644 |
--- a/bench/nanobench.h |
+++ b/bench/nanobench.h |
@@ -26,7 +26,7 @@ struct Config { |
Benchmark::Backend backend; |
SkColorType color; |
SkAlphaType alpha; |
- SkColorProfileType profile; |
+ sk_sp<SkColorSpace> colorSpace; |
int samples; |
#if SK_SUPPORT_GPU |
sk_gpu_test::GrContextFactory::ContextType ctxType; |