diff options
Diffstat (limited to 'src/gpu/ops/GrTextureOp.cpp')
-rw-r--r-- | src/gpu/ops/GrTextureOp.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gpu/ops/GrTextureOp.cpp b/src/gpu/ops/GrTextureOp.cpp index f9600e5d44..79a22d83e4 100644 --- a/src/gpu/ops/GrTextureOp.cpp +++ b/src/gpu/ops/GrTextureOp.cpp @@ -107,8 +107,7 @@ public: this->emitTransforms(args.fVertBuilder, args.fVaryingHandler, args.fUniformHandler, - gpArgs->fPositionVar, - textureGP.fTextureCoords.fName, + textureGP.fTextureCoords.asShaderVar(), args.fFPCoordTransformHandler); if (args.fShaderCaps->preferFlatInterpolation()) { args.fVaryingHandler->addFlatPassThroughAttribute(&textureGP.fColors, |