Index: src/gpu/gl/GrGLGeometryProcessor.h |
diff --git a/src/gpu/gl/GrGLGeometryProcessor.h b/src/gpu/gl/GrGLGeometryProcessor.h |
index 524cdf3aa9ba351583506e5791401e9558097011..3c95830fb290878505408c26045e42c4983170be 100644 |
--- a/src/gpu/gl/GrGLGeometryProcessor.h |
+++ b/src/gpu/gl/GrGLGeometryProcessor.h |
@@ -81,7 +81,7 @@ protected: |
void setupColorPassThrough(GrGLGPBuilder* pb, |
GrGPInput inputType, |
const char* inputName, |
- const GrGeometryProcessor::GrAttribute* colorAttr, |
+ const GrGeometryProcessor::Attribute* colorAttr, |
UniformHandle* colorUniform); |
const char* uViewM() const { return fViewMatrixName; } |