Index: src/gpu/gl/GrGLProgram.h |
=================================================================== |
--- src/gpu/gl/GrGLProgram.h (revision 8241) |
+++ src/gpu/gl/GrGLProgram.h (working copy) |
@@ -192,7 +192,7 @@ |
int8_t fColorAttributeIndex; |
int8_t fCoverageAttributeIndex; |
int8_t fEdgeAttributeIndex; |
- int8_t fTexCoordAttributeIndex; |
+ int8_t fLocalCoordsAttributeIndex; |
friend class GrGLProgram; |
}; |