| Index: src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
|
| diff --git a/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp b/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
|
| index 1b44900b1a0c299c509439753bf7288a8da1b803..a71922e012ad67b277d9084db95033bb37cc3f96 100644
|
| --- a/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
|
| +++ b/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
|
| @@ -123,9 +123,6 @@ const GrGLInterface* GrGLCreateNativeInterface() {
|
| interface->fPixelStorei = glPixelStorei;
|
| interface->fReadBuffer = glReadBuffer;
|
| interface->fReadPixels = glReadPixels;
|
| - if (extensions.has("GL_NV_framebuffer_multisample_coverage")) {
|
| - GR_GL_GET_PROC_SUFFIX(RenderbufferStorageMultisampleCoverage, NV);
|
| - }
|
| interface->fScissor = glScissor;
|
| GR_GL_GET_PROC(ShaderSource);
|
| interface->fStencilFunc = glStencilFunc;
|
|
|