Index: src/gpu/effects/GrSimpleTextureEffect.cpp |
diff --git a/src/gpu/effects/GrSimpleTextureEffect.cpp b/src/gpu/effects/GrSimpleTextureEffect.cpp |
index 8e452814b9567af72ceab292ee8957d1533a25bc..8fc63c880ee22a77e32e4edcdd11c646bab80b92 100644 |
--- a/src/gpu/effects/GrSimpleTextureEffect.cpp |
+++ b/src/gpu/effects/GrSimpleTextureEffect.cpp |
@@ -24,8 +24,8 @@ public: |
fragBuilder->codeAppendf("%s = ", args.fOutputColor); |
fragBuilder->appendTextureLookupAndModulate(args.fInputColor, |
args.fTexSamplers[0], |
- args.fCoords[0].c_str(), |
- args.fCoords[0].getType(), |
+ args.fTransformedCoords[0].c_str(), |
+ args.fTransformedCoords[0].getType(), |
&colorSpaceHelper); |
fragBuilder->codeAppend(";"); |
} |