| Index: src/gpu/GrImmediateDrawTarget.cpp
|
| diff --git a/src/gpu/GrImmediateDrawTarget.cpp b/src/gpu/GrImmediateDrawTarget.cpp
|
| index 4c42a30f864d7c3982b80642882329ddeff24446..59a105a73ecdfae8e4eb959ed76078e35e7fcc35 100644
|
| --- a/src/gpu/GrImmediateDrawTarget.cpp
|
| +++ b/src/gpu/GrImmediateDrawTarget.cpp
|
| @@ -52,14 +52,6 @@ void GrImmediateDrawTarget::onClear(const SkIRect* rect, GrColor color,
|
| this->getGpu()->clear(rect, color, canIgnoreRect, renderTarget);
|
| }
|
|
|
| -void GrImmediateDrawTarget::onCopySurface(GrSurface* dst,
|
| - GrSurface* src,
|
| - const SkIRect& srcRect,
|
| - const SkIPoint& dstPoint) {
|
| - SkASSERT(this->getGpu()->canCopySurface(dst, src, srcRect, dstPoint));
|
| - this->getGpu()->copySurface(dst, src, srcRect, dstPoint);
|
| -}
|
| -
|
| void GrImmediateDrawTarget::clearStencilClip(const SkIRect& rect,
|
| bool insideClip,
|
| GrRenderTarget* renderTarget) {
|
|
|