Index: src/gpu/GrCommandBuilder.h |
diff --git a/src/gpu/GrCommandBuilder.h b/src/gpu/GrCommandBuilder.h |
index b50a6bbe6a8e881f07ded738eab57856b1928f1f..473e0bf0114ab2afb6f4896233802020350ad114 100644 |
--- a/src/gpu/GrCommandBuilder.h |
+++ b/src/gpu/GrCommandBuilder.h |
@@ -26,9 +26,6 @@ public: |
void reset() { fCommands.reset(); } |
void flush(GrGpu* gpu, GrResourceProvider* rp) { fCommands.flush(gpu, rp); } |
- virtual Cmd* recordClearStencilClip(const SkIRect& rect, |
- bool insideClip, |
- GrRenderTarget* renderTarget); |
virtual Cmd* recordDrawBatch(GrBatch*, const GrCaps&) = 0; |
virtual Cmd* recordStencilPath(const GrPipelineBuilder&, |
const GrPathProcessor*, |
@@ -60,7 +57,6 @@ protected: |
typedef GrTargetCommands::StencilPath StencilPath; |
typedef GrTargetCommands::DrawPath DrawPath; |
typedef GrTargetCommands::DrawPaths DrawPaths; |
- typedef GrTargetCommands::ClearStencilClip ClearStencilClip; |
typedef GrTargetCommands::CopySurface CopySurface; |
GrCommandBuilder() {} |