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