| Index: tests/GrPorterDuffTest.cpp
 | 
| diff --git a/tests/GrPorterDuffTest.cpp b/tests/GrPorterDuffTest.cpp
 | 
| index a55fffe9be96a164310d2b71e0fe921047c517bb..835738123e659eca7464604d168a7261ce104db2 100644
 | 
| --- a/tests/GrPorterDuffTest.cpp
 | 
| +++ b/tests/GrPorterDuffTest.cpp
 | 
| @@ -28,7 +28,7 @@ static void test_color_opaque_no_coverage(skiatest::Reporter* reporter, const Gr
 | 
|  static void test_lcd_coverage(skiatest::Reporter* reporter, const GrCaps& caps);
 | 
|  static void test_lcd_coverage_fallback_case(skiatest::Reporter* reporter, const GrCaps& caps);
 | 
|  
 | 
| -DEF_GPUTEST_FOR_NULL_CONTEXT(GrPorterDuff, reporter, ctxInfo) {
 | 
| +DEF_GPUTEST_FOR_NULLGL_CONTEXT(GrPorterDuff, reporter, ctxInfo) {
 | 
|      const GrCaps& caps = *ctxInfo.fGrContext->getGpu()->caps();
 | 
|      if (!caps.shaderCaps()->dualSourceBlendingSupport()) {
 | 
|          SkFAIL("Null context does not support dual source blending.");
 | 
| 
 |