| Index: tests/GLProgramsTest.cpp
|
| diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp
|
| index 6b8efeb193df81ee388cd0d0ac13ac36d7551763..ac584c245b5c9483b25f49328e74f1aa9dc57edd 100644
|
| --- a/tests/GLProgramsTest.cpp
|
| +++ b/tests/GLProgramsTest.cpp
|
| @@ -456,7 +456,7 @@ DEF_GPUTEST(GLPrograms, reporter, /*factory*/) {
|
| // We suppress prints to avoid spew
|
| GrContextOptions opts;
|
| opts.fSuppressPrints = true;
|
| - GrContextFactory debugFactory(opts);
|
| + sk_gpu_test::GrContextFactory debugFactory(opts);
|
| skiatest::RunWithGPUTestContexts(test_glprograms_native, skiatest::kNative_GPUTestContexts,
|
| reporter, &debugFactory);
|
| skiatest::RunWithGPUTestContexts(test_glprograms_other_contexts,
|
|
|