Index: src/gpu/GrLayerCache.h |
diff --git a/src/gpu/GrLayerCache.h b/src/gpu/GrLayerCache.h |
index 3bccb437f86eda9fa215ca0b575e0bec8d471cd6..d8c5ad9bf5e97d5bf237703087d00b83b2ba6aeb 100644 |
--- a/src/gpu/GrLayerCache.h |
+++ b/src/gpu/GrLayerCache.h |
@@ -222,6 +222,10 @@ public: |
SkDEBUGCODE(void validate() const;) |
+#ifdef SK_DEVELOPER |
+ void writeLayersToDisk(const SkString& dirName); |
+#endif |
+ |
private: |
static const int kAtlasTextureWidth = 1024; |
static const int kAtlasTextureHeight = 1024; |