Index: include/gpu/GrEffect.h |
diff --git a/include/gpu/GrEffect.h b/include/gpu/GrEffect.h |
index 8cb870ee153dd88ff388690987c44d765cbb5514..4734c7c377185b5dfd4eba6bdd6efb2adc24f1b9 100644 |
--- a/include/gpu/GrEffect.h |
+++ b/include/gpu/GrEffect.h |
@@ -113,7 +113,7 @@ public: |
bool willReadFragmentPosition() const { return fWillReadFragmentPosition; } |
/** Will this effect emit custom vertex shader code? |
- (To set this value the effect must inherit from GrVertexEffect.) */ |
+ (To set this value the effect must inherit from GrEffect.) */ |
bool hasVertexCode() const { return fHasVertexCode; } |
int numVertexAttribs() const { |