| Index: tests/GLProgramsTest.cpp | 
| diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp | 
| index ba64a7c9cb12f34d2943c2fc748679f25308a24f..8e60a7191649ae1618c533968e0e92826c43e32b 100644 | 
| --- a/tests/GLProgramsTest.cpp | 
| +++ b/tests/GLProgramsTest.cpp | 
| @@ -248,7 +248,7 @@ static void set_random_color_coverage_stages(GrPipelineBuilder* pipelineBuilder, | 
|  | 
| for (int s = 0; s < numProcs;) { | 
| SkAutoTUnref<const GrFragmentProcessor> fp( | 
| -                    GrProcessorTestFactory<GrFragmentProcessor>::Create(d)); | 
| +                GrProcessorTestFactory<GrFragmentProcessor>::Create(d)); | 
| SkASSERT(fp); | 
|  | 
| // finally add the stage to the correct pipeline in the drawstate | 
|  |