| Index: src/gpu/gl/GrGLProgramEffects.h
 | 
| diff --git a/src/gpu/gl/GrGLProgramEffects.h b/src/gpu/gl/GrGLProgramEffects.h
 | 
| index 4572a4250d7c63e035db2f9266187d230ba25bf5..32007b8d099e57103409e7c0dbf50e90638336bb 100644
 | 
| --- a/src/gpu/gl/GrGLProgramEffects.h
 | 
| +++ b/src/gpu/gl/GrGLProgramEffects.h
 | 
| @@ -135,7 +135,7 @@ public:
 | 
|      virtual void emitEffect(const GrEffectStage&,
 | 
|                              GrGLProgramEffects::EffectKey,
 | 
|                              const char* outColor,
 | 
| -                            const char* inColor,
 | 
| +                            const GrGLSLExpr4& inColor,
 | 
|                              int stageIndex) = 0;
 | 
|  };
 | 
|  
 | 
| @@ -167,7 +167,7 @@ private:
 | 
|                      const GrEffectStage&,
 | 
|                      GrGLProgramEffects::EffectKey,
 | 
|                      const char* outColor,
 | 
| -                    const char* inColor,
 | 
| +                    const GrGLSLExpr4& inColor,
 | 
|                      int stageIndex);
 | 
|  
 | 
|      /**
 | 
| @@ -215,7 +215,7 @@ public:
 | 
|      virtual void emitEffect(const GrEffectStage&,
 | 
|                              GrGLProgramEffects::EffectKey,
 | 
|                              const char* outColor,
 | 
| -                            const char* inColor,
 | 
| +                            const GrGLSLExpr4& inColor,
 | 
|                              int stageIndex) SK_OVERRIDE;
 | 
|  
 | 
|      /**
 | 
| @@ -259,7 +259,7 @@ private:
 | 
|                      const GrEffectStage&,
 | 
|                      GrGLProgramEffects::EffectKey,
 | 
|                      const char* outColor,
 | 
| -                    const char* inColor,
 | 
| +                    const GrGLSLExpr4& inColor,
 | 
|                      int stageIndex);
 | 
|  
 | 
|      /**
 | 
| @@ -302,7 +302,7 @@ public:
 | 
|      virtual void emitEffect(const GrEffectStage&,
 | 
|                              GrGLProgramEffects::EffectKey,
 | 
|                              const char* outColor,
 | 
| -                            const char* inColor,
 | 
| +                            const GrGLSLExpr4& inColor,
 | 
|                              int stageIndex) SK_OVERRIDE;
 | 
|  
 | 
|      /**
 | 
| 
 |