| Index: src/gpu/gl/builders/GrGLFullProgramBuilder.h
|
| diff --git a/src/gpu/gl/builders/GrGLFullProgramBuilder.h b/src/gpu/gl/builders/GrGLFullProgramBuilder.h
|
| index 41da17ff9e9efb654e0bd71624537e424f6a6da2..0f3834187b9dbdf1ef0d9c77d8d8d584866ceb1a 100644
|
| --- a/src/gpu/gl/builders/GrGLFullProgramBuilder.h
|
| +++ b/src/gpu/gl/builders/GrGLFullProgramBuilder.h
|
| @@ -15,7 +15,7 @@ class GrGLVertexProgramEffects;
|
|
|
| class GrGLFullProgramBuilder : public GrGLProgramBuilder {
|
| public:
|
| - GrGLFullProgramBuilder(GrGpuGL*, const GrGLProgramDesc&);
|
| + GrGLFullProgramBuilder(GrGpuGL*, const GrOptDrawState&, const GrGLProgramDesc&);
|
|
|
| /** Add a varying variable to the current program to pass values between vertex and fragment
|
| shaders. If the last two parameters are non-NULL, they are filled in with the name
|
|
|