Index: tests/GLProgramsTest.cpp |
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp |
index 57274e06787ed3158b6ddf26e70b440dd17d6323..03938fbb9380b3b9696490602b8a0d0e25903fd5 100644 |
--- a/tests/GLProgramsTest.cpp |
+++ b/tests/GLProgramsTest.cpp |
@@ -455,7 +455,7 @@ |
// We suppress prints to avoid spew |
GrContextOptions opts; |
opts.fSuppressPrints = true; |
- sk_gpu_test::GrContextFactory debugFactory(opts); |
+ GrContextFactory debugFactory(opts); |
skiatest::RunWithGPUTestContexts(test_glprograms_native, skiatest::kNative_GPUTestContexts, |
reporter, &debugFactory); |
skiatest::RunWithGPUTestContexts(test_glprograms_other_contexts, |