Index: src/gpu/gl/GrGLAssembleInterface.cpp |
diff --git a/src/gpu/gl/GrGLAssembleInterface.cpp b/src/gpu/gl/GrGLAssembleInterface.cpp |
index 6296f6ec3df0b6115519adebdda87b2824ff82d6..86f3eb56bb6c3032123feef222f9415ff9b92f57 100644 |
--- a/src/gpu/gl/GrGLAssembleInterface.cpp |
+++ b/src/gpu/gl/GrGLAssembleInterface.cpp |
@@ -150,6 +150,7 @@ const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get) { |
GET_PROC(GenQueries); |
GET_PROC(GenTextures); |
GET_PROC(GetUniformLocation); |
+ GET_PROC(IsTexture); |
GET_PROC(LineWidth); |
GET_PROC(LinkProgram); |
GET_PROC(MapBuffer); |
@@ -553,6 +554,7 @@ const GrGLInterface* GrGLAssembleGLESInterface(void* ctx, GrGLGetProc get) { |
GET_PROC(GetString); |
GET_PROC(GetStringi); |
GET_PROC(GetUniformLocation); |
+ GET_PROC(IsTexture); |
GET_PROC(LineWidth); |
GET_PROC(LinkProgram); |
GET_PROC(PixelStorei); |