Chromium Code Reviews| Index: src/gpu/gl/GrGLEffect.h | 
| diff --git a/src/gpu/gl/GrGLEffect.h b/src/gpu/gl/GrGLEffect.h | 
| index b6807383e6249b52385382c6d237d1eec0adc2f1..b45fc7fff8829da1afb359bc652b41627a1f3681 100644 | 
| --- a/src/gpu/gl/GrGLEffect.h | 
| +++ b/src/gpu/gl/GrGLEffect.h | 
| @@ -79,7 +79,7 @@ public: | 
| const GrDrawEffect& drawEffect, | 
| EffectKey key, | 
| const char* outputColor, | 
| - const char* inputColor, | 
| + const GrGLSLExpr4& inputColor, | 
| const TransformedCoordsArray& coords, | 
| const TextureSamplerArray& samplers) = 0; |