Index: include/core/SkDevice.h |
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h |
index 59846816229a5e62672310d7097ab84ec332f9e7..4a61321ff76203b2e2264de518d6bd1cadefa753 100644 |
--- a/include/core/SkDevice.h |
+++ b/include/core/SkDevice.h |
@@ -327,12 +327,6 @@ protected: |
/** |
* PRIVATE / EXPERIMENTAL -- do not call |
- * Construct an acceleration object and attach it to 'picture' |
- */ |
- virtual void EXPERIMENTAL_optimize(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 |