Chromium Code Reviews| Index: src/gpu/gl/GrGLProgramDesc.h |
| diff --git a/src/gpu/gl/GrGLProgramDesc.h b/src/gpu/gl/GrGLProgramDesc.h |
| index 1d53e62692bd84b8f75c059fb6b5ff2f09db2959..7ce79ecae9e33ab4892d28e17a554a7d498a34b8 100644 |
| --- a/src/gpu/gl/GrGLProgramDesc.h |
| +++ b/src/gpu/gl/GrGLProgramDesc.h |
| @@ -59,8 +59,7 @@ public: |
| static bool Build(GrProgramDesc*, |
| const GrPrimitiveProcessor&, |
| const GrPipeline&, |
| - const GrGLGpu*, |
| - const GrBatchTracker&); |
| + const GrGLGpu*); |
| }; |
| #endif |