| Index: src/gpu/gl/SkNullGLContext.cpp | 
| diff --git a/src/gpu/gl/SkNullGLContext.cpp b/src/gpu/gl/SkNullGLContext.cpp | 
| index cf07cb3ca260898d35ccafcc0cdc8ad04a5d1fe7..69b559629c77597e457c48ace718ee7a12686f19 100644 | 
| --- a/src/gpu/gl/SkNullGLContext.cpp | 
| +++ b/src/gpu/gl/SkNullGLContext.cpp | 
| @@ -360,7 +360,6 @@ | 
| functions->fBindTexture = nullGLBindTexture; | 
| functions->fBindVertexArray = nullGLBindVertexArray; | 
| functions->fBlendColor = noOpGLBlendColor; | 
| -    functions->fBlendEquation = noOpGLBlendEquation; | 
| functions->fBlendFunc = noOpGLBlendFunc; | 
| functions->fBufferData = nullGLBufferData; | 
| functions->fBufferSubData = noOpGLBufferSubData; | 
|  |