Index: include/core/SkDevice.h |
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h |
index 2e06aab74f103763f3e4354c7818db3177073441..4a9edee0ec45473662ad79d33a2538be21c6c5f5 100644 |
--- a/include/core/SkDevice.h |
+++ b/include/core/SkDevice.h |
@@ -338,13 +338,6 @@ protected: |
/** |
* PRIVATE / EXPERIMENTAL -- do not call |
- * Purge all discardable optimization information for 'picture'. If |
- * picture is NULL then purge discardable information for all pictures. |
- */ |
- virtual void EXPERIMENTAL_purge(const SkPicture* picture); |
- |
- /** |
- * PRIVATE / EXPERIMENTAL -- do not call |
* This entry point gives the backend an opportunity to take over the rendering |
* of 'picture'. If optimization data is available (due to an earlier |
* 'optimize' call) this entry point should make use of it and return true |