Index: src/gpu/GrTest.cpp |
diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp |
index 063a2bb8fb9c835e9a9c23645bb91ed837c9da5a..f861e42abe73413ef531c99f284239dfc76cf518 100644 |
--- a/src/gpu/GrTest.cpp |
+++ b/src/gpu/GrTest.cpp |
@@ -67,7 +67,6 @@ public: |
virtual void buildProgramDesc(const GrOptDrawState&, |
const GrProgramDesc::DescInfo&, |
GrGpu::DrawType, |
- const GrDeviceCoordTexture* dstCopy, |
GrProgramDesc* desc) SK_OVERRIDE { } |
virtual void discard(GrRenderTarget*) SK_OVERRIDE { } |
@@ -148,9 +147,7 @@ private: |
return false; |
} |
- virtual bool flushGraphicsState(const GrOptDrawState&, |
- DrawType, |
- const GrDeviceCoordTexture* dstCopy) SK_OVERRIDE { |
+ virtual bool flushGraphicsState(const GrOptDrawState&, DrawType) SK_OVERRIDE { |
return false; |
} |