| Index: src/effects/SkLightingImageFilter.cpp
|
| diff --git a/src/effects/SkLightingImageFilter.cpp b/src/effects/SkLightingImageFilter.cpp
|
| index e60e7ed370b4c4c4c009eb7f1c412e2a0187104a..7adcd24b5aec4b1a68b088cc3f272f886557e6c3 100644
|
| --- a/src/effects/SkLightingImageFilter.cpp
|
| +++ b/src/effects/SkLightingImageFilter.cpp
|
| @@ -1824,7 +1824,7 @@ void GrGLLightingEffect::emitCode(EmitArgs& args) {
|
| le.domain(),
|
| temp.c_str(),
|
| texCoords,
|
| - args.fTexSamplers[0]);
|
| + uniformHandler->getSampler(args.fTexSamplers[0]));
|
| fragBuilder->codeAppendf("m[%d] = %s.a;", index, temp.c_str());
|
| index++;
|
| }
|
|
|