Index: src/effects/SkLightingImageFilter.cpp |
diff --git a/src/effects/SkLightingImageFilter.cpp b/src/effects/SkLightingImageFilter.cpp |
index 77ea520995a4902db30156476b1f41ba9e412143..e60e7ed370b4c4c4c009eb7f1c412e2a0187104a 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.fSamplers[0]); |
+ args.fTexSamplers[0]); |
fragBuilder->codeAppendf("m[%d] = %s.a;", index, temp.c_str()); |
index++; |
} |