| Index: include/core/SkImageGenerator.h
|
| diff --git a/include/core/SkImageGenerator.h b/include/core/SkImageGenerator.h
|
| index 17477e37b39701ac84fc4d6a09010f4e24ca1914..4eb5cf85d67709b0801e48e4d863b0568ffc84da 100644
|
| --- a/include/core/SkImageGenerator.h
|
| +++ b/include/core/SkImageGenerator.h
|
| @@ -35,12 +35,6 @@ class SkImageGenerator;
|
| */
|
| SK_API bool SkInstallDiscardablePixelRef(SkImageGenerator*, SkBitmap* destination);
|
|
|
| -/**
|
| - * Purges all unlocked discardable memory in Skia's global
|
| - * discardable memory pool.
|
| - */
|
| -SK_API void SkPurgeGlobalDiscardableMemoryPool();
|
| -
|
|
|
| /**
|
| * An interface that allows a purgeable PixelRef (such as a
|
|
|