| Index: src/gpu/gl/GrGLCaps.cpp
|
| diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp
|
| index 6522e1b14bce63256dd822c3ecb973934c50d1e5..cbcea0b92bad8083f46b24975282f489fa827d65 100644
|
| --- a/src/gpu/gl/GrGLCaps.cpp
|
| +++ b/src/gpu/gl/GrGLCaps.cpp
|
| @@ -304,6 +304,8 @@ void GrGLCaps::init(const GrContextOptions& contextOptions,
|
| }
|
| }
|
|
|
| + fBindUniformLocation = ctxInfo.hasExtension("GL_CHROMIUM_bind_uniform_location");
|
| +
|
| #ifdef SK_BUILD_FOR_WIN
|
| // We're assuming that on Windows Chromium we're using ANGLE.
|
| bool isANGLE = kANGLE_GrGLDriver == ctxInfo.driver() ||
|
|
|