Index: src/gpu/gl/GrGpuGL.h |
diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h |
index 06a0e3bf2e0037d45a1fbb7e9c39bd099882ad15..9dccd1828bfb6336b523a5055ec4f71e42ca2c4c 100644 |
--- a/src/gpu/gl/GrGpuGL.h |
+++ b/src/gpu/gl/GrGpuGL.h |
@@ -179,9 +179,9 @@ private: |
void abandon(); |
GrGLProgram* getProgram(const GrGLProgramDesc& desc, |
- const GrEffectStage* geometryProcessor, |
- const GrEffectStage* colorStages[], |
- const GrEffectStage* coverageStages[]); |
+ const GrGeometryStage* geometryProcessor, |
+ const GrFragmentStage* colorStages[], |
+ const GrFragmentStage* coverageStages[]); |
private: |
enum { |