Index: tests/GLProgramsTest.cpp |
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp |
index 03938fbb9380b3b9696490602b8a0d0e25903fd5..57274e06787ed3158b6ddf26e70b440dd17d6323 100644 |
--- a/tests/GLProgramsTest.cpp |
+++ b/tests/GLProgramsTest.cpp |
@@ -455,7 +455,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, |