| Index: tests/GrPorterDuffTest.cpp
 | 
| diff --git a/tests/GrPorterDuffTest.cpp b/tests/GrPorterDuffTest.cpp
 | 
| index 608e5f2a8417975558273d6c7ac2a509960932bc..a5ac8680239189cde5b94e576208be7cd4526cc6 100644
 | 
| --- a/tests/GrPorterDuffTest.cpp
 | 
| +++ b/tests/GrPorterDuffTest.cpp
 | 
| @@ -29,7 +29,7 @@ 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_NULLGL_CONTEXT(GrPorterDuff, reporter, ctxInfo) {
 | 
| -    const GrCaps& caps = *ctxInfo.fGrContext->getGpu()->caps();
 | 
| +    const GrCaps& caps = *ctxInfo.grContext()->getGpu()->caps();
 | 
|      if (!caps.shaderCaps()->dualSourceBlendingSupport()) {
 | 
|          SkFAIL("Null context does not support dual source blending.");
 | 
|          return;
 | 
| 
 |