| Index: src/gpu/effects/GrSimpleTextureEffect.cpp
|
| diff --git a/src/gpu/effects/GrSimpleTextureEffect.cpp b/src/gpu/effects/GrSimpleTextureEffect.cpp
|
| index 78719206cebdcd3712c3ba67c5b04c1f4dc2be61..f2a932b02b8b3fa7d337775beebf3dcdd2b761af 100644
|
| --- a/src/gpu/effects/GrSimpleTextureEffect.cpp
|
| +++ b/src/gpu/effects/GrSimpleTextureEffect.cpp
|
| @@ -31,7 +31,7 @@ public:
|
| fsBuilder->appendTextureLookupAndModulate(inputColor,
|
| samplers[0],
|
| coords[0].c_str(),
|
| - coords[0].type());
|
| + coords[0].getType());
|
| fsBuilder->codeAppend(";\n");
|
| }
|
|
|
|
|