| Index: include/gpu/gl/GrGLInterface.h
|
| diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h
|
| index 4ba516617f3eb76f82d3ef1cef7f00c37531a991..e17bb0bd84914fc8b61673de50bbd17435002244 100644
|
| --- a/include/gpu/gl/GrGLInterface.h
|
| +++ b/include/gpu/gl/GrGLInterface.h
|
| @@ -251,6 +251,7 @@ public:
|
| GrGLFunction<GrGLStencilOpProc> fStencilOp;
|
| GrGLFunction<GrGLStencilOpSeparateProc> fStencilOpSeparate;
|
| GrGLFunction<GrGLTexBufferProc> fTexBuffer;
|
| + GrGLFunction<GrGLTexBufferRangeProc> fTexBufferRange;
|
| GrGLFunction<GrGLTexImage2DProc> fTexImage2D;
|
| GrGLFunction<GrGLTexParameteriProc> fTexParameteri;
|
| GrGLFunction<GrGLTexParameterivProc> fTexParameteriv;
|
|
|