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