| Index: include/gpu/gl/GrGLInterface.h
|
| diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h
|
| index 37c6faacdea09cef09be6c12d9a506053a8a209e..8a7abbfc7e3d1b66b76a8a067e5fcaf4b5ebfd8a 100644
|
| --- a/include/gpu/gl/GrGLInterface.h
|
| +++ b/include/gpu/gl/GrGLInterface.h
|
| @@ -205,7 +205,6 @@ public:
|
| GLPtr<GrGLFinishProc> fFinish;
|
| GLPtr<GrGLFlushProc> fFlush;
|
| GLPtr<GrGLFlushMappedBufferRangeProc> fFlushMappedBufferRange;
|
| - GLPtr<GrGLFramebufferParameteriProc> fFramebufferParameteri;
|
| GLPtr<GrGLFramebufferRenderbufferProc> fFramebufferRenderbuffer;
|
| GLPtr<GrGLFramebufferTexture2DProc> fFramebufferTexture2D;
|
| GLPtr<GrGLFramebufferTexture2DMultisampleProc> fFramebufferTexture2DMultisample;
|
|
|