Index: include/gpu/gl/GrGLInterface.h |
diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h |
index a96d2f404a14d94730c9804f7343b0e0496659f4..2e9ef6fea7d166bbcd779c2333a8eda8ffc96fa2 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; |