| Index: src/gpu/GrTest.cpp
|
| diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp
|
| index 48f72a7e4c1fd07a5c070a1f014fb1fa4d099392..dc9731029d45ba31ba9e4335c0da6346d6d03df3 100644
|
| --- a/src/gpu/GrTest.cpp
|
| +++ b/src/gpu/GrTest.cpp
|
| @@ -64,7 +64,6 @@ public:
|
| GrPixelConfig config,
|
| size_t rowBytes) const SK_OVERRIDE { return false; }
|
| void buildProgramDesc(const GrOptDrawState&,
|
| - const GrProgramDesc::DescInfo&,
|
| GrGpu::DrawType,
|
| GrProgramDesc* desc) SK_OVERRIDE {}
|
|
|
| @@ -109,7 +108,7 @@ private:
|
| GrIndexBuffer* onCreateIndexBuffer(size_t size, bool dynamic) SK_OVERRIDE { return NULL; }
|
|
|
| void onClear(GrRenderTarget*, const SkIRect* rect, GrColor color,
|
| - bool canIgnoreRect) SK_OVERRIDE {}
|
| + bool canIgnoreRect) SK_OVERRIDE {}
|
|
|
| void onClearStencilClip(GrRenderTarget*, const SkIRect& rect, bool insideClip) SK_OVERRIDE {}
|
|
|
| @@ -140,7 +139,8 @@ private:
|
| return false;
|
| }
|
|
|
| - bool flushGraphicsState(const GrOptDrawState&, DrawType) SK_OVERRIDE { return false; }
|
| + bool flushGraphicsState(const GrOptDrawState&, const GrProgramDesc&,
|
| + DrawType) SK_OVERRIDE { return false; }
|
|
|
| void clearStencil(GrRenderTarget* target) SK_OVERRIDE {}
|
|
|
|
|