| Index: src/gpu/GrTest.cpp
|
| diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp
|
| index 10ce244122986d666e8c26962f851b55e73683f0..4e697ff655485589e560a2cd1da8e4e38eebd1b2 100644
|
| --- a/src/gpu/GrTest.cpp
|
| +++ b/src/gpu/GrTest.cpp
|
| @@ -191,9 +191,8 @@ public:
|
| GrPixelConfig srcConfig, DrawPreference*,
|
| WritePixelTempDrawInfo*) override { return false; }
|
|
|
| - void buildProgramDesc(GrProgramDesc*,const GrPrimitiveProcessor&,
|
| - const GrPipeline&,
|
| - const GrBatchTracker&) const override {}
|
| + void buildProgramDesc(GrProgramDesc*, const GrPrimitiveProcessor&,
|
| + const GrPipeline&) const override {}
|
|
|
| void discard(GrRenderTarget*) override {}
|
|
|
|
|