| Index: src/gpu/GrTargetCommands.cpp
|
| diff --git a/src/gpu/GrTargetCommands.cpp b/src/gpu/GrTargetCommands.cpp
|
| index 7a7566113f1372dae40e0f6154c6753aff39b47a..befee7971cd9519b217c7d675218be72c106bcb5 100644
|
| --- a/src/gpu/GrTargetCommands.cpp
|
| +++ b/src/gpu/GrTargetCommands.cpp
|
| @@ -76,10 +76,6 @@ void GrTargetCommands::DrawBatch::execute(GrBatchFlushState* state) {
|
| fBatch->draw(state);
|
| }
|
|
|
| -void GrTargetCommands::ClearStencilClip::execute(GrBatchFlushState* state) {
|
| - state->gpu()->clearStencilClip(fRect, fInsideClip, this->renderTarget());
|
| -}
|
| -
|
| void GrTargetCommands::CopySurface::execute(GrBatchFlushState* state) {
|
| state->gpu()->copySurface(this->dst(), this->src(), fSrcRect, fDstPoint);
|
| }
|
|
|