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 28ef2effc2ae7259ada3cff372f2034d796cbd1d..53b1eddd0291844cf128de1b8a9198cf60002701 100644 |
--- a/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp |
+++ b/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp |
@@ -152,6 +152,7 @@ const GrGLInterface* GrGLCreateNativeInterface() { |
WGL_SET_PROC(EnableVertexAttribArray); |
WGL_SET_PROC(EndQuery); |
WGL_SET_PROC(GenBuffers); |
+ WGL_SET_PROC(GenerateMipmap); |
WGL_SET_PROC(GenQueries); |
WGL_SET_PROC(GetBufferParameteriv); |
WGL_SET_PROC(GetQueryiv); |