Index: src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp |
diff --git a/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp b/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp |
index e6f1d1f81b8ce0f2f20ebc967afb978d435b5405..e9207b162a5cf04ae23d7c7523bcb312258cbb4e 100644 |
--- a/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp |
+++ b/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp |
@@ -180,9 +180,6 @@ const GrGLInterface* GrGLCreateNativeInterface() { |
WGL_SET_PROC(GetStringi) |
WGL_SET_PROC(GetUniformLocation); |
WGL_SET_PROC(LinkProgram); |
- if (extensions.has("GL_NV_framebuffer_multisample_coverage")) { |
- WGL_SET_PROC_SUFFIX(RenderbufferStorageMultisampleCoverage, NV); |
- } |
WGL_SET_PROC(ShaderSource); |
WGL_SET_PROC(StencilFuncSeparate); |
WGL_SET_PROC(StencilMaskSeparate); |