| Index: src/gpu/glsl/GrGLSLFragmentProcessor.cpp
|
| diff --git a/src/gpu/glsl/GrGLSLFragmentProcessor.cpp b/src/gpu/glsl/GrGLSLFragmentProcessor.cpp
|
| index 9533d5a8cb2136e17bd48d2103f89141aa23c2e7..46945bdc6baa5e0e4f89abd2e83cab8116c5738f 100644
|
| --- a/src/gpu/glsl/GrGLSLFragmentProcessor.cpp
|
| +++ b/src/gpu/glsl/GrGLSLFragmentProcessor.cpp
|
| @@ -107,7 +107,8 @@ void GrGLSLFragmentProcessor::internalEmitChild(int childIndex, const char* inpu
|
| inputColor,
|
| childCoords,
|
| childTexSamplers,
|
| - childBufferSamplers);
|
| + childBufferSamplers,
|
| + args.fGpImplementsDistanceVector);
|
| this->childProcessor(childIndex)->emitCode(childArgs);
|
| fragBuilder->codeAppend("}\n");
|
|
|
|
|