| Index: tests/GLProgramsTest.cpp
 | 
| diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp
 | 
| index 7da1e7201226f84103f990d265cc70c629095d75..835157cce51721fc5c9a8d5356f5eb1fc6b98c09 100644
 | 
| --- a/tests/GLProgramsTest.cpp
 | 
| +++ b/tests/GLProgramsTest.cpp
 | 
| @@ -74,15 +74,10 @@ public:
 | 
|  
 | 
|      virtual void emitCode(GrGLFPBuilder* builder,
 | 
|                            const GrFragmentProcessor& fp,
 | 
| -                          const GrProcessorKey& key,
 | 
|                            const char* outputColor,
 | 
|                            const char* inputColor,
 | 
|                            const TransformedCoordsArray&,
 | 
| -                          const TextureSamplerArray&) {
 | 
| -        for (uint32_t i = 0; i < kMaxKeySize; i++) {
 | 
| -            SkASSERT(key.get32(i) == i);
 | 
| -        }
 | 
| -    }
 | 
| +                          const TextureSamplerArray&) {}
 | 
|  
 | 
|      static void GenKey(const GrProcessor& processor, const GrGLCaps&, GrProcessorKeyBuilder* b) {
 | 
|          for (uint32_t i = 0; i < kMaxKeySize; i++) {
 | 
| 
 |