| Index: include/gpu/gl/GrGLInterface.h
|
| diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h
|
| index 2e9ef6fea7d166bbcd779c2333a8eda8ffc96fa2..a96d2f404a14d94730c9804f7343b0e0496659f4 100644
|
| --- a/include/gpu/gl/GrGLInterface.h
|
| +++ b/include/gpu/gl/GrGLInterface.h
|
| @@ -156,9 +156,7 @@
|
| GLPtr<GrGLBindRenderbufferProc> fBindRenderbuffer;
|
| GLPtr<GrGLBindTextureProc> fBindTexture;
|
| GLPtr<GrGLBindVertexArrayProc> fBindVertexArray;
|
| - GLPtr<GrGLBlendBarrierProc> fBlendBarrier;
|
| GLPtr<GrGLBlendColorProc> fBlendColor;
|
| - GLPtr<GrGLBlendEquationProc> fBlendEquation;
|
| GLPtr<GrGLBlendFuncProc> fBlendFunc;
|
| GLPtr<GrGLBlitFramebufferProc> fBlitFramebuffer;
|
| GLPtr<GrGLBufferDataProc> fBufferData;
|
|
|