aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrSurfacePriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrSurfacePriv.h')
-rw-r--r--src/gpu/GrSurfacePriv.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gpu/GrSurfacePriv.h b/src/gpu/GrSurfacePriv.h
index 45a097b780..4d61dca5ee 100644
--- a/src/gpu/GrSurfacePriv.h
+++ b/src/gpu/GrSurfacePriv.h
@@ -40,12 +40,6 @@ public:
GrInternalSurfaceFlags flags() const { return fSurface->fSurfaceFlags; }
- bool isGLTextureRectangleOrExternal() const {
- return fSurface->isGLTextureRectangleOrExternal();
- }
- // We only support the clamp wrap mode with gl rectangle or external textures.
- bool isClampOnly() const { return fSurface->isGLTextureRectangleOrExternal(); }
-
private:
explicit GrSurfacePriv(GrSurface* surface) : fSurface(surface) {}
GrSurfacePriv(const GrSurfacePriv&); // unimpl