| Index: src/gpu/glsl/GrGLSLShaderBuilder.h
|
| diff --git a/src/gpu/glsl/GrGLSLShaderBuilder.h b/src/gpu/glsl/GrGLSLShaderBuilder.h
|
| index c14df5391507a34cb6ea462d07877e658e056480..ef7963f83a5f9eb766d3eb3daf37487b38b51f02 100644
|
| --- a/src/gpu/glsl/GrGLSLShaderBuilder.h
|
| +++ b/src/gpu/glsl/GrGLSLShaderBuilder.h
|
| @@ -153,6 +153,7 @@ protected:
|
| kBlendEquationAdvanced_GLSLPrivateFeature,
|
| kBlendFuncExtended_GLSLPrivateFeature,
|
| kExternalTexture_GLSLPrivateFeature,
|
| + kTexelBuffer_GLSLPrivateFeature,
|
| kFramebufferFetch_GLSLPrivateFeature,
|
| kNoPerspectiveInterpolation_GLSLPrivateFeature,
|
| kSampleVariables_GLSLPrivateFeature,
|
|
|