Index: src/gpu/GrBufferedDrawTarget.cpp |
diff --git a/src/gpu/GrBufferedDrawTarget.cpp b/src/gpu/GrBufferedDrawTarget.cpp |
index 5e5d71ecc5c0316bcd6f94af4ebed4fc014bd769..dde57d36ea8e7e8923c79c6a0deacb0f23dd5fd1 100644 |
--- a/src/gpu/GrBufferedDrawTarget.cpp |
+++ b/src/gpu/GrBufferedDrawTarget.cpp |
@@ -30,14 +30,6 @@ void GrBufferedDrawTarget::onDrawBatch(GrBatch* batch) { |
fCommands->recordDrawBatch(batch, *this->caps()); |
} |
-void GrBufferedDrawTarget::onStencilPath(const GrPipelineBuilder& pipelineBuilder, |
- const GrPathProcessor* pathProc, |
- const GrPath* path, |
- const GrScissorState& scissorState, |
- const GrStencilSettings& stencilSettings) { |
- fCommands->recordStencilPath(pipelineBuilder, pathProc, path, scissorState, stencilSettings); |
-} |
- |
void GrBufferedDrawTarget::onDrawPath(const GrPathProcessor* pathProc, |
const GrPath* path, |
const GrStencilSettings& stencilSettings, |