Index: include/gpu/GrSurface.h |
diff --git a/include/gpu/GrSurface.h b/include/gpu/GrSurface.h |
index 8315c63fbf4443acf8601f772b1473e841d1a285..24eb39a81b5aef7c4c195906f0bb94a043d5359c 100644 |
--- a/include/gpu/GrSurface.h |
+++ b/include/gpu/GrSurface.h |
@@ -135,6 +135,10 @@ public: |
*/ |
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) |