Index: src/gpu/effects/GrSimpleTextureEffect.cpp |
diff --git a/src/gpu/effects/GrSimpleTextureEffect.cpp b/src/gpu/effects/GrSimpleTextureEffect.cpp |
index 904b898c14c34358eef11844ead59926a18726e1..f4cbd06af9d474298554201859b1b04f44878654 100644 |
--- a/src/gpu/effects/GrSimpleTextureEffect.cpp |
+++ b/src/gpu/effects/GrSimpleTextureEffect.cpp |
@@ -17,7 +17,7 @@ public: |
GrGLSLFPFragmentBuilder* fragBuilder = args.fFragBuilder; |
fragBuilder->codeAppendf("%s = ", args.fOutputColor); |
fragBuilder->appendTextureLookupAndModulate(args.fInputColor, |
- args.fSamplers[0], |
+ args.fTexSamplers[0], |
args.fCoords[0].c_str(), |
args.fCoords[0].getType()); |
fragBuilder->codeAppend(";"); |