Reenable support for CHROMIUM_set_uniform_location

BUG=skia:5015
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2167303002

Review-Url: https://codereview.chromium.org/2167303002
This commit is contained in:
bsalomon 2016-07-21 12:49:30 -07:00 committed by Commit bot
parent a339bb0d95
commit d7bae18c7b

View File

@ -192,11 +192,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 (kGL_GrGLStandard == standard) {
if (version >= GR_GL_VER(3, 1) || ctxInfo.hasExtension("GL_ARB_texture_rectangle")) {