aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrSimpleTextureEffect.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-12-18 10:17:44 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-18 10:17:45 -0800
commit309d4d590964fbf7443c5bc892c132faa61a9abb (patch)
tree35b2ad9c23ef12730924313821f3c4adbdaf8318 /src/gpu/effects/GrSimpleTextureEffect.cpp
parenta3cbc28e8856fafc2329e793f8dcd6fee05e720c (diff)
Remove GrCoordTransform::kPosition_CoordSet
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 51822e9b9b..93f7d68249 100644
--- a/src/gpu/effects/GrSimpleTextureEffect.cpp
+++ b/src/gpu/effects/GrSimpleTextureEffect.cpp
@@ -76,7 +76,7 @@ GrFragmentProcessor* GrSimpleTextureEffect::TestCreate(SkRandom* random,
static const GrCoordSet kCoordSets[] = {
kLocal_GrCoordSet,
- kPosition_GrCoordSet
+ kDevice_GrCoordSet
};
GrCoordSet coordSet = kCoordSets[random->nextULessThan(SK_ARRAY_COUNT(kCoordSets))];