| Index: tests/SRGBReadWritePixelsTest.cpp
 | 
| diff --git a/tests/SRGBReadWritePixelsTest.cpp b/tests/SRGBReadWritePixelsTest.cpp
 | 
| index 1067baa9e2e30ee59f10a5a95c7946dc7f045b04..a652e94bfcf31f4a21ac14fe647283e0e4db10a7 100644
 | 
| --- a/tests/SRGBReadWritePixelsTest.cpp
 | 
| +++ b/tests/SRGBReadWritePixelsTest.cpp
 | 
| @@ -138,7 +138,7 @@ void read_and_check_pixels(skiatest::Reporter* reporter, GrTexture* texture, uin
 | 
|  
 | 
|  // TODO: Add tests for copySurface between srgb/linear textures. Add tests for unpremul/premul
 | 
|  // conversion during read/write along with srgb/linear conversions.
 | 
| -DEF_GPUTEST_FOR_RENDERING_CONTEXTS(SRGBReadWritePixels, reporter, ctxInfo) {
 | 
| +DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(SRGBReadWritePixels, reporter, ctxInfo) {
 | 
|      GrContext* context = ctxInfo.fGrContext;
 | 
|  #if defined(GOOGLE3)
 | 
|      // Stack frame size is limited in GOOGLE3.
 | 
| 
 |