Index: src/gpu/gl/GrGLAssembleInterface.cpp |
diff --git a/src/gpu/gl/GrGLAssembleInterface.cpp b/src/gpu/gl/GrGLAssembleInterface.cpp |
index 82c4457c92d2ca592dd5e9ce45dd9f6c309b7ad7..294e6dfaef877a67f21ca5e8127bda21f6f2576c 100644 |
--- a/src/gpu/gl/GrGLAssembleInterface.cpp |
+++ b/src/gpu/gl/GrGLAssembleInterface.cpp |
@@ -765,6 +765,10 @@ const GrGLInterface* GrGLAssembleGLESInterface(void* ctx, GrGLGetProc get) { |
} |
} |
+ if (extensions.has("GL_CHROMIUM_bind_uniform_location")) { |
+ GET_PROC_SUFFIX(BindUniformLocation, CHROMIUM); |
+ } |
+ |
interface->fStandard = kGLES_GrGLStandard; |
interface->fExtensions.swap(&extensions); |