Index: src/gpu/gl/GrGLAssembleInterface.cpp |
diff --git a/src/gpu/gl/GrGLAssembleInterface.cpp b/src/gpu/gl/GrGLAssembleInterface.cpp |
index c4d3e1317978ba1e3973514d564b87899df36721..1cb721b1bbb44a456c5cd6c3c525a910814d51a5 100644 |
--- a/src/gpu/gl/GrGLAssembleInterface.cpp |
+++ b/src/gpu/gl/GrGLAssembleInterface.cpp |
@@ -451,10 +451,6 @@ const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get) { |
} |
} |
- if (glVer >= GR_GL_VER(4,5)) { |
- GET_PROC(NamedFramebufferParameteri); |
- } |
- |
if (glVer >= GR_GL_VER(4,3) || extensions.has("GL_KHR_debug")) { |
// KHR_debug defines these methods to have no suffix in an OpenGL (not ES) context. |
GET_PROC(DebugMessageControl); |