Chromium Code Reviews| Index: src/gpu/gl/GrGLPathProcessor.h |
| diff --git a/src/gpu/gl/GrGLPathProcessor.h b/src/gpu/gl/GrGLPathProcessor.h |
| index 0f5cad2013a8e520d690a8d71a546ad960d51b0e..b557bcf72f970f64b13ac464161068bc4511da01 100644 |
| --- a/src/gpu/gl/GrGLPathProcessor.h |
| +++ b/src/gpu/gl/GrGLPathProcessor.h |
| @@ -17,10 +17,9 @@ class GrGLPathProgramDataManager; |
| class GrGLPathProcessor : public GrGLPrimitiveProcessor { |
| public: |
| - GrGLPathProcessor(const GrPathProcessor&, const GrBatchTracker&); |
| + GrGLPathProcessor(); |
| static void GenKey(const GrPathProcessor&, |
| - const GrBatchTracker& bt, |
| const GrGLSLCaps&, |
| GrProcessorKeyBuilder* b); |
| @@ -32,8 +31,7 @@ public: |
| void resolveSeparableVaryings(GrGLGpu* gpu, GrGLuint programId); |
| void setData(const GrGLProgramDataManager&, |
|
bsalomon
2015/09/10 18:55:32
one line?
joshualitt
2015/09/10 20:08:06
Acknowledged.
|
| - const GrPrimitiveProcessor&, |
| - const GrBatchTracker&) override; |
| + const GrPrimitiveProcessor&) override; |
| void setTransformData(const GrPrimitiveProcessor&, |
| const GrGLPathProgramDataManager&, |