aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrVertexEffect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/effects/GrVertexEffect.h')
-rw-r--r--src/gpu/effects/GrVertexEffect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/effects/GrVertexEffect.h b/src/gpu/effects/GrVertexEffect.h
index 387ec7aee9..323c85e34e 100644
--- a/src/gpu/effects/GrVertexEffect.h
+++ b/src/gpu/effects/GrVertexEffect.h
@@ -17,7 +17,7 @@
*/
class GrVertexEffect : public GrEffect {
public:
- GrVertexEffect() { fHasVertexCode = true; }
+ GrVertexEffect() { fRequiresVertexShader = true; }
protected:
/**