Index: src/gpu/GrCommandBuilder.h |
diff --git a/src/gpu/GrCommandBuilder.h b/src/gpu/GrCommandBuilder.h |
index 473e0bf0114ab2afb6f4896233802020350ad114..ddf0ccfd80dc761e7f87d17b6d50fa5971fe197e 100644 |
--- a/src/gpu/GrCommandBuilder.h |
+++ b/src/gpu/GrCommandBuilder.h |
@@ -47,17 +47,12 @@ public: |
int, |
const GrStencilSettings&, |
const GrPipelineOptimizations&) = 0; |
- virtual Cmd* recordCopySurface(GrSurface* dst, |
- GrSurface* src, |
- const SkIRect& srcRect, |
- const SkIPoint& dstPoint); |
protected: |
typedef GrTargetCommands::DrawBatch DrawBatch; |
typedef GrTargetCommands::StencilPath StencilPath; |
typedef GrTargetCommands::DrawPath DrawPath; |
typedef GrTargetCommands::DrawPaths DrawPaths; |
- typedef GrTargetCommands::CopySurface CopySurface; |
GrCommandBuilder() {} |