| Index: src/gpu/GrBufferedDrawTarget.cpp
|
| diff --git a/src/gpu/GrBufferedDrawTarget.cpp b/src/gpu/GrBufferedDrawTarget.cpp
|
| index dde57d36ea8e7e8923c79c6a0deacb0f23dd5fd1..c733f0ce84d3ce05b134a242667eb377fd8d7e95 100644
|
| --- a/src/gpu/GrBufferedDrawTarget.cpp
|
| +++ b/src/gpu/GrBufferedDrawTarget.cpp
|
| @@ -30,18 +30,6 @@ void GrBufferedDrawTarget::onDrawBatch(GrBatch* batch) {
|
| fCommands->recordDrawBatch(batch, *this->caps());
|
| }
|
|
|
| -void GrBufferedDrawTarget::onDrawPath(const GrPathProcessor* pathProc,
|
| - const GrPath* path,
|
| - const GrStencilSettings& stencilSettings,
|
| - const PipelineInfo& pipelineInfo) {
|
| - GrPipelineOptimizations opts;
|
| - StateForPathDraw* state = this->createStateForPathDraw(pathProc, pipelineInfo, &opts);
|
| - if (!state) {
|
| - return;
|
| - }
|
| - fCommands->recordDrawPath(state, pathProc, path, stencilSettings);
|
| -}
|
| -
|
| void GrBufferedDrawTarget::onDrawPaths(const GrPathProcessor* pathProc,
|
| const GrPathRange* pathRange,
|
| const void* indices,
|
|
|