Index: src/gpu/GrTest.cpp |
diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp |
index f25455a67b8fa7bb0c9eef946e286c1787c3038f..5aa0bb46be0f5bbe91ac3c8a6e07ebbd3b5f9c79 100644 |
--- a/src/gpu/GrTest.cpp |
+++ b/src/gpu/GrTest.cpp |
@@ -306,9 +306,6 @@ public: |
GrPixelConfig srcConfig, DrawPreference*, |
WritePixelTempDrawInfo*) override { return false; } |
- void buildProgramDesc(GrProgramDesc*, const GrPrimitiveProcessor&, |
- const GrPipeline&) const override {} |
- |
void discard(GrRenderTarget*) override {} |
bool onCopySurface(GrSurface* dst, |
@@ -367,7 +364,11 @@ private: |
void onClearStencilClip(GrRenderTarget*, const SkIRect& rect, bool insideClip) override {} |
- void onDraw(const DrawArgs&, const GrNonInstancedVertices&) override {} |
+ void onDraw(const GrPipeline&, |
+ const GrPrimitiveProcessor&, |
+ GrPrimitiveType, |
+ const GrVertices*, |
+ int drawCount) override {} |
bool onReadPixels(GrSurface* surface, |
int left, int top, int width, int height, |