Index: tests/GrPorterDuffTest.cpp |
diff --git a/tests/GrPorterDuffTest.cpp b/tests/GrPorterDuffTest.cpp |
index 54fcfc1d42020a342552131e2b74f91bd1c09bbd..566ec12f5d409947d924f567fd834ca6f056e09b 100644 |
--- a/tests/GrPorterDuffTest.cpp |
+++ b/tests/GrPorterDuffTest.cpp |
@@ -1147,8 +1147,8 @@ static void test_lcd_coverage_fallback_case(skiatest::Reporter* reporter, const |
DEF_GPUTEST(PorterDuffNoDualSourceBlending, reporter, /*factory*/) { |
GrContextOptions opts; |
opts.fSuppressDualSourceBlending = true; |
- GrContextFactory mockFactory(opts); |
- GrContext* ctx = mockFactory.get(GrContextFactory::kNull_GLContextType); |
+ sk_gpu_test::GrContextFactory mockFactory(opts); |
+ GrContext* ctx = mockFactory.get(sk_gpu_test::GrContextFactory::kNull_GLContextType); |
if (!ctx) { |
SkFAIL("Failed to create null context without ARB_blend_func_extended."); |
return; |