Index: src/gpu/gl/GrGLNoOpInterface.h |
diff --git a/src/gpu/gl/GrGLNoOpInterface.h b/src/gpu/gl/GrGLNoOpInterface.h |
index c7bc9d8cbbd63d6b5423b0e23cee02fab19f211a..b803b46097652a140f47bb5e8607d644e1abeeaf 100644 |
--- a/src/gpu/gl/GrGLNoOpInterface.h |
+++ b/src/gpu/gl/GrGLNoOpInterface.h |
@@ -13,14 +13,16 @@ |
// These are constants/functions that are common to the Null and Debug GL interface implementations. |
+GrGLvoid GR_GL_FUNCTION_TYPE noOpGLBindFragDataLocation(GrGLuint program, |
+ GrGLuint colorNumber, |
+ const GrGLchar* name); |
+ |
GrGLvoid GR_GL_FUNCTION_TYPE noOpGLBlendColor(GrGLclampf red, |
GrGLclampf green, |
GrGLclampf blue, |
GrGLclampf alpha); |
-GrGLvoid GR_GL_FUNCTION_TYPE noOpGLBindFragDataLocation(GrGLuint program, |
- GrGLuint colorNumber, |
- const GrGLchar* name); |
+GrGLvoid GR_GL_FUNCTION_TYPE noOpGLBlendEquation(GrGLenum mode); |
GrGLvoid GR_GL_FUNCTION_TYPE noOpGLBlendFunc(GrGLenum sfactor, |
GrGLenum dfactor); |