| Index: include/gpu/gl/GrGLInterface.h
|
| diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h
|
| index 231702d5c5f131da97602d49000d7b91c87ecc7c..15a344df8b0f0af7fac26d7d5f91b31d37f2aac6 100644
|
| --- a/include/gpu/gl/GrGLInterface.h
|
| +++ b/include/gpu/gl/GrGLInterface.h
|
| @@ -156,7 +156,9 @@ public:
|
| 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;
|
|
|