| Index: src/gpu/gl/builders/GrGLProgramBuilder.cpp
|
| diff --git a/src/gpu/gl/builders/GrGLProgramBuilder.cpp b/src/gpu/gl/builders/GrGLProgramBuilder.cpp
|
| index bad1d63ae7a6432b47ee6dc4e7998b7de55b7ca2..8669d239c7a930ab30d17aef68a865952ed071b7 100644
|
| --- a/src/gpu/gl/builders/GrGLProgramBuilder.cpp
|
| +++ b/src/gpu/gl/builders/GrGLProgramBuilder.cpp
|
| @@ -53,6 +53,8 @@ private:
|
| const int GrGLProgramBuilder::kVarsPerBlock = 8;
|
|
|
| GrGLProgram* GrGLProgramBuilder::CreateProgram(const DrawArgs& args, GrGLGpu* gpu) {
|
| + GrAutoLocaleSetter als("C");
|
| +
|
| // create a builder. This will be handed off to effects so they can use it to add
|
| // uniforms, varyings, textures, etc
|
| SkAutoTDelete<GrGLProgramBuilder> builder(CreateProgramBuilder(args, gpu));
|
|
|