| Index: src/gpu/glsl/GrGLSLFragmentShaderBuilder.h
 | 
| diff --git a/src/gpu/glsl/GrGLSLFragmentShaderBuilder.h b/src/gpu/glsl/GrGLSLFragmentShaderBuilder.h
 | 
| index 924e3110dfddc217d2260679aa2021d83c82eada..a55fdd2860ac8e548ba1a72d58a753fdadd1a8de 100644
 | 
| --- a/src/gpu/glsl/GrGLSLFragmentShaderBuilder.h
 | 
| +++ b/src/gpu/glsl/GrGLSLFragmentShaderBuilder.h
 | 
| @@ -172,6 +172,7 @@ private:
 | 
|          kFragCoordConventions_GLSLPrivateFeature = kLastGLSLFeature + 1,
 | 
|          kBlendEquationAdvanced_GLSLPrivateFeature,
 | 
|          kBlendFuncExtended_GLSLPrivateFeature,
 | 
| +        kExternalTexture_GLSLPrivateFeature,
 | 
|          kLastGLSLPrivateFeature = kBlendFuncExtended_GLSLPrivateFeature
 | 
|      };
 | 
|  
 | 
| 
 |