| Index: src/gpu/GrImmediateDrawTarget.cpp
|
| diff --git a/src/gpu/GrImmediateDrawTarget.cpp b/src/gpu/GrImmediateDrawTarget.cpp
|
| index 55af98511f66289cb46fc194e8c87f9488a60817..dee30d262962c2a83f407bd5389ab92b6f02a4ac 100644
|
| --- a/src/gpu/GrImmediateDrawTarget.cpp
|
| +++ b/src/gpu/GrImmediateDrawTarget.cpp
|
| @@ -47,12 +47,6 @@ void GrImmediateDrawTarget::onCopySurface(GrSurface* dst,
|
| this->getGpu()->copySurface(dst, src, srcRect, dstPoint);
|
| }
|
|
|
| -void GrImmediateDrawTarget::clearStencilClip(const SkIRect& rect,
|
| - bool insideClip,
|
| - GrRenderTarget* renderTarget) {
|
| - this->getGpu()->clearStencilClip(rect, insideClip, renderTarget);
|
| -}
|
| -
|
| void GrImmediateDrawTarget::onReset() {}
|
|
|
| void GrImmediateDrawTarget::onFlush() {
|
|
|