| Index: src/gpu/gl/GrGLProgram.h
|
| diff --git a/src/gpu/gl/GrGLProgram.h b/src/gpu/gl/GrGLProgram.h
|
| index 4f905055b7499afb080e16eca8d8a6758bbcf44f..31b7b52d0dc154f9f2c159c84f18a755ce00e67e 100644
|
| --- a/src/gpu/gl/GrGLProgram.h
|
| +++ b/src/gpu/gl/GrGLProgram.h
|
| @@ -184,7 +184,8 @@ private:
|
| int count,
|
| bool hasExplicitLocalCoords,
|
| SkTArray<GrDrawEffect>* drawEffects,
|
| - bool* hasVertexShaderEffects);
|
| + bool* hasVertexShaderEffects,
|
| + bool* willUseInputColor);
|
|
|
| // Creates a GL program ID, binds shader attributes to GL vertex attrs, and links the program
|
| bool bindOutputsAttribsAndLinkProgram(const GrGLShaderBuilder& builder,
|
|
|