| Index: src/gpu/GrImmediateDrawTarget.cpp
|
| diff --git a/src/gpu/GrImmediateDrawTarget.cpp b/src/gpu/GrImmediateDrawTarget.cpp
|
| index dee30d262962c2a83f407bd5389ab92b6f02a4ac..66540e32be267cbc185ebd3a844ad3cde2c2e246 100644
|
| --- a/src/gpu/GrImmediateDrawTarget.cpp
|
| +++ b/src/gpu/GrImmediateDrawTarget.cpp
|
| @@ -40,13 +40,6 @@ void GrImmediateDrawTarget::onDrawBatch(GrBatch* batch) {
|
| #endif
|
| }
|
|
|
| -void GrImmediateDrawTarget::onCopySurface(GrSurface* dst,
|
| - GrSurface* src,
|
| - const SkIRect& srcRect,
|
| - const SkIPoint& dstPoint) {
|
| - this->getGpu()->copySurface(dst, src, srcRect, dstPoint);
|
| -}
|
| -
|
| void GrImmediateDrawTarget::onReset() {}
|
|
|
| void GrImmediateDrawTarget::onFlush() {
|
|
|