| Index: src/gpu/GrTest.cpp
|
| diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp
|
| index 34d75a84f51a07eaf26d77b07a4e07fe07bc7190..b2fd99f6c39c42b6448f02441afb27df1add84fe 100644
|
| --- a/src/gpu/GrTest.cpp
|
| +++ b/src/gpu/GrTest.cpp
|
| @@ -150,11 +150,10 @@ public:
|
| return true;
|
| }
|
|
|
| - bool readPixelsWillPayForYFlip(GrRenderTarget* renderTarget,
|
| - int left, int top,
|
| - int width, int height,
|
| - GrPixelConfig config,
|
| - size_t rowBytes) const override { return false; }
|
| + bool getReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight, size_t rowBytes,
|
| + GrPixelConfig readConfig, DrawPreference*,
|
| + ReadPixelTempDrawInfo*) override { return false; }
|
| +
|
| void buildProgramDesc(GrProgramDesc*,const GrPrimitiveProcessor&,
|
| const GrPipeline&,
|
| const GrBatchTracker&) const override {}
|
|
|