aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrSimpleTextureEffect.cpp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2014-09-18 12:26:38 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-09-18 12:26:38 -0700
commit23e280d1f227d94f6b3dfd0b47359cca1569e1b4 (patch)
tree6091e9c78cf6ecd31ce3315dbea62191818a9531 /src/gpu/effects/GrSimpleTextureEffect.cpp
parent1c4c528c2a5693c88ceb94888c747559c6a32091 (diff)
Changes to remove program effects builder
BUG=skia: R=bsalomon@google.com Author: joshualitt@chromium.org Review URL: https://codereview.chromium.org/551253004
Diffstat (limited to 'src/gpu/effects/GrSimpleTextureEffect.cpp')
-rw-r--r--src/gpu/effects/GrSimpleTextureEffect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/effects/GrSimpleTextureEffect.cpp b/src/gpu/effects/GrSimpleTextureEffect.cpp
index 78719206ce..f2a932b02b 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");
}