| Index: src/gpu/GrRenderTarget.cpp
|
| diff --git a/src/gpu/GrRenderTarget.cpp b/src/gpu/GrRenderTarget.cpp
|
| index 7aeb4eec1a1596e684529da23c68b03d0da36c48..386bd2e779926e888f1edb87f33682827cc9691d 100644
|
| --- a/src/gpu/GrRenderTarget.cpp
|
| +++ b/src/gpu/GrRenderTarget.cpp
|
| @@ -13,15 +13,6 @@
|
| #include "GrGpu.h"
|
| #include "GrStencilBuffer.h"
|
|
|
| -void GrRenderTarget::resolve() {
|
| - // go through context so that all necessary flushing occurs
|
| - GrContext* context = this->getContext();
|
| - if (NULL == context) {
|
| - return;
|
| - }
|
| - context->resolveRenderTarget(this);
|
| -}
|
| -
|
| void GrRenderTarget::discard() {
|
| // go through context so that all necessary flushing occurs
|
| GrContext* context = this->getContext();
|
|
|