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