| Index: bench/nanobench.h
|
| diff --git a/bench/nanobench.h b/bench/nanobench.h
|
| index 844811e26d2dfc86e7b9ab64b5b2941fd2564901..ceab0f6c4fe717d0dfdbb49ef337cc91f0c9b053 100644
|
| --- a/bench/nanobench.h
|
| +++ b/bench/nanobench.h
|
| @@ -29,8 +29,8 @@ struct Config {
|
| SkColorProfileType profile;
|
| int samples;
|
| #if SK_SUPPORT_GPU
|
| - sk_gpu_test::GrContextFactory::GLContextType ctxType;
|
| - sk_gpu_test::GrContextFactory::GLContextOptions ctxOptions;
|
| + sk_gpu_test::GrContextFactory::ContextType ctxType;
|
| + sk_gpu_test::GrContextFactory::ContextOptions ctxOptions;
|
| bool useDFText;
|
| #else
|
| int bogusInt;
|
|
|