Index: include/core/SkImageGenerator.h |
diff --git a/include/core/SkImageGenerator.h b/include/core/SkImageGenerator.h |
index b91aa653a5328cb6772668a7bd557b6c306be85c..0e2a45e145c5fb6403355b0ec86e63e4248be654 100644 |
--- a/include/core/SkImageGenerator.h |
+++ b/include/core/SkImageGenerator.h |
@@ -39,13 +39,13 @@ class SkPicture; |
* |
* @return true iff successful. |
*/ |
-SK_API bool SkInstallDiscardablePixelRef(SkImageGenerator*, SkBitmap* destination); |
+SK_API bool SkDEPRECATED_InstallDiscardablePixelRef(SkImageGenerator*, SkBitmap* destination); |
/** |
* On success, installs a discardable pixelref into destination, based on encoded data. |
* Regardless of success or failure, the caller must still balance their ownership of encoded. |
*/ |
-SK_API bool SkInstallDiscardablePixelRef(SkData* encoded, SkBitmap* destination); |
+SK_API bool SkDEPRECATED_InstallDiscardablePixelRef(SkData* encoded, SkBitmap* destination); |
/** |
* An interface that allows a purgeable PixelRef (such as a |