aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/GrBackendSurface.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/gpu/GrBackendSurface.h b/include/gpu/GrBackendSurface.h
index 2fe33096f3..65ed6d086a 100644
--- a/include/gpu/GrBackendSurface.h
+++ b/include/gpu/GrBackendSurface.h
@@ -172,11 +172,6 @@ public:
// Returns true if the backend texture has been initialized.
bool isValid() const { return fIsValid; }
- /**
- * Create a GrBackendFormat object that matches this texture
- */
- GrBackendFormat format() const;
-
#if GR_TEST_UTILS
GrPixelConfig testingOnly_getPixelConfig() const;
static bool TestingOnly_Equals(const GrBackendTexture& , const GrBackendTexture&);