Index: include/gpu/GrSurface.h |
diff --git a/include/gpu/GrSurface.h b/include/gpu/GrSurface.h |
index 24eb39a81b5aef7c4c195906f0bb94a043d5359c..8315c63fbf4443acf8601f772b1473e841d1a285 100644 |
--- a/include/gpu/GrSurface.h |
+++ b/include/gpu/GrSurface.h |
@@ -135,10 +135,6 @@ |
*/ |
bool savePixels(const char* filename); |
- bool hasPendingRead() const; |
- bool hasPendingWrite() const; |
- bool hasPendingIO() const; |
- |
protected: |
GrSurface(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc) |
: INHERITED(gpu, isWrapped) |