aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLRenderTarget.h
diff options
context:
space:
mode:
authorGravatar kkinnunen <kkinnunen@nvidia.com>2015-02-03 22:20:19 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-03 22:20:19 -0800
commit2340dcb02c683885707a24ed6ecd7732c29735dc (patch)
tree40033f2247b326883478f4191562488323d96225 /src/gpu/gl/GrGLRenderTarget.h
parentfe3f260ff9b6b3f4c7c33f2b20502b281baab689 (diff)
Remove unused and unimplemented abstract functions from GrRenderTarget
Remove unused and unimplemented abstract functions from GrRenderTarget. The functions might cause confusion later. BUG=skia:3388 Review URL: https://codereview.chromium.org/865603007
Diffstat (limited to 'src/gpu/gl/GrGLRenderTarget.h')
-rw-r--r--src/gpu/gl/GrGLRenderTarget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/gl/GrGLRenderTarget.h b/src/gpu/gl/GrGLRenderTarget.h
index ed1e2b35d8..4d08c1493a 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) {