| Index: tests/GrPorterDuffTest.cpp | 
| diff --git a/tests/GrPorterDuffTest.cpp b/tests/GrPorterDuffTest.cpp | 
| index f738c97a945ac366611b3fbf430bbe9e2d6ddc1e..754ee0bda9287421672df07c8949dd67aa527227 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; | 
|  |