| Index: tests/EGLImageTest.cpp | 
| diff --git a/tests/EGLImageTest.cpp b/tests/EGLImageTest.cpp | 
| index 12646d53dcf8add792f3b042f29af1632fb7c46f..355275727e179f2d0c7655417e809ee1313a36de 100644 | 
| --- a/tests/EGLImageTest.cpp | 
| +++ b/tests/EGLImageTest.cpp | 
| @@ -81,7 +81,7 @@ static void test_copy_surface(skiatest::Reporter* reporter, GrContext* context, | 
| test_read_pixels(reporter, context, copy, expectedPixelValues); | 
| } | 
|  | 
| -DEF_GPUTEST_FOR_RENDERING_CONTEXTS(EGLImageTest, reporter, ctxInfo) { | 
| +DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(EGLImageTest, reporter, ctxInfo) { | 
| GrContext* context0 = ctxInfo.fGrContext; | 
| sk_gpu_test::GLTestContext* glCtx0 = ctxInfo.fGLContext; | 
|  | 
|  |