Index: src/gpu/gl/GrGLCaps.cpp |
diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp |
index 9a2a5acad9fe9142229cf6d7d76fa563cb864d95..e93e34c6a0f48f449b580e611199e8e8cccf5494 100644 |
--- a/src/gpu/gl/GrGLCaps.cpp |
+++ b/src/gpu/gl/GrGLCaps.cpp |
@@ -204,11 +204,7 @@ 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) { |