| Index: src/gpu/gl/debug/GrGLCreateDebugInterface.cpp
 | 
| diff --git a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp
 | 
| index 4c2acc3fc4e50d292928b48d68eacfd6012be5b8..e60c519be372eacb8d051aedc04ac3e3f7f6a384 100644
 | 
| --- a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp
 | 
| +++ b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp
 | 
| @@ -850,6 +850,7 @@ const GrGLInterface* GrGLCreateDebugInterface() {
 | 
|      functions->fBindTexture = debugGLBindTexture;
 | 
|      functions->fBindVertexArray = debugGLBindVertexArray;
 | 
|      functions->fBlendColor = noOpGLBlendColor;
 | 
| +    functions->fBlendEquation = noOpGLBlendEquation;
 | 
|      functions->fBlendFunc = noOpGLBlendFunc;
 | 
|      functions->fBufferData = debugGLBufferData;
 | 
|      functions->fBufferSubData = noOpGLBufferSubData;
 | 
| 
 |