| Index: src/gpu/gl/GrGLProgramDesc.cpp
 | 
| diff --git a/src/gpu/gl/GrGLProgramDesc.cpp b/src/gpu/gl/GrGLProgramDesc.cpp
 | 
| index c5c31d33aec90b3c12faa317533318fb1b26faeb..06377c758ecde8ab1966b315c71fa75b7b6cff46 100644
 | 
| --- a/src/gpu/gl/GrGLProgramDesc.cpp
 | 
| +++ b/src/gpu/gl/GrGLProgramDesc.cpp
 | 
| @@ -142,7 +142,7 @@ static bool get_meta_key(const GrProcessor& proc,
 | 
|  bool GrGLProgramDescBuilder::Build(const GrOptDrawState& optState,
 | 
|                                     const GrProgramDesc::DescInfo& descInfo,
 | 
|                                     GrGpu::DrawType drawType,
 | 
| -                                   GrGpuGL* gpu,
 | 
| +                                   GrGLGpu* gpu,
 | 
|                                     GrProgramDesc* desc) {
 | 
|      // The descriptor is used as a cache key. Thus when a field of the
 | 
|      // descriptor will not affect program generation (because of the attribute
 | 
| 
 |