| Index: src/gpu/gl/GrGLRenderTarget.h
|
| diff --git a/src/gpu/gl/GrGLRenderTarget.h b/src/gpu/gl/GrGLRenderTarget.h
|
| index ed1e2b35d84e4978a1ce59621bab76f303fb3dbb..4d08c1493a3009974fad3b7bf8f7b57f5c84cc4b 100644
|
| --- a/src/gpu/gl/GrGLRenderTarget.h
|
| +++ b/src/gpu/gl/GrGLRenderTarget.h
|
| @@ -42,8 +42,6 @@ public:
|
| GrGLuint textureFBOID() const { return fTexFBOID; }
|
|
|
| // override of GrRenderTarget
|
| - GrBackendObject getRenderTargetHandle() const SK_OVERRIDE { return this->renderFBOID(); }
|
| - GrBackendObject getRenderTargetResolvedHandle() const SK_OVERRIDE { return this->textureFBOID(); }
|
| ResolveType getResolveType() const SK_OVERRIDE {
|
| if (!this->isMultisampled() ||
|
| fRTFBOID == fTexFBOID) {
|
|
|