aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrSurfacePriv.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-11-25 07:41:12 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-25 07:41:12 -0800
commita2c2323005fb22e564426f4ed86adaa6d213aba1 (patch)
tree03872273e7a1eb533a311746a6dc43c928295009 /src/gpu/GrSurfacePriv.h
parent821e3522380ee8995da15f9c9bec9e8b21f4a809 (diff)
Remove GrSurface::isSameAs
Diffstat (limited to 'src/gpu/GrSurfacePriv.h')
-rw-r--r--src/gpu/GrSurfacePriv.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gpu/GrSurfacePriv.h b/src/gpu/GrSurfacePriv.h
index 3203671fad..3c1e9c1e95 100644
--- a/src/gpu/GrSurfacePriv.h
+++ b/src/gpu/GrSurfacePriv.h
@@ -24,13 +24,6 @@ public:
SkImageInfo info() const { return fSurface->info(); }
/**
- * Checks whether this GrSurface refers to the same GPU object as other. This
- * catches the case where a GrTexture and GrRenderTarget refer to the same
- * GPU memory.
- */
- bool isSameAs(const GrSurface* other) const { return fSurface->isSameAs(other); }
-
- /**
* Write the contents of the surface to a PNG. Returns true if successful.
* @param filename Full path to desired file
*/