| Index: src/gpu/gl/GrGLCaps.cpp
|
| diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp
|
| index 237412a7fcb7cdf8a5568d120121a74e9dbe0287..0bfcc39236889c12a8cc760f6d9796c30463f5b5 100644
|
| --- a/src/gpu/gl/GrGLCaps.cpp
|
| +++ b/src/gpu/gl/GrGLCaps.cpp
|
| @@ -207,7 +207,11 @@ void GrGLCaps::init(const GrContextOptions& contextOptions,
|
| }
|
| }
|
|
|
| +#if 0 // Disabled due to https://bug.skia.org/4454
|
| fBindUniformLocationSupport = ctxInfo.hasExtension("GL_CHROMIUM_bind_uniform_location");
|
| +#else
|
| + fBindUniformLocationSupport = false;
|
| +#endif
|
|
|
| if (ctxInfo.hasExtension("GL_OES_EGL_image_external")) {
|
| if (ctxInfo.glslGeneration() == k110_GrGLSLGeneration) {
|
|
|