aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrEffect.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrEffect.h')
-rw-r--r--include/gpu/GrEffect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrEffect.h b/include/gpu/GrEffect.h
index 8cb870ee15..4734c7c377 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 {