| Index: include/core/SkImageFilter.h
|
| diff --git a/include/core/SkImageFilter.h b/include/core/SkImageFilter.h
|
| index a92a426321e5f0feeb69885d28d179fe62b00138..adddf93876df36818a5c0284e825f41800e7cb84 100644
|
| --- a/include/core/SkImageFilter.h
|
| +++ b/include/core/SkImageFilter.h
|
| @@ -186,17 +186,6 @@ public:
|
| SkBitmap* result, SkIPoint* offset) const;
|
| #endif
|
|
|
| - /**
|
| - * Set an external cache to be used for all image filter processing. This
|
| - * will replace the default intra-frame cache.
|
| - */
|
| - static void SetExternalCache(Cache* cache);
|
| -
|
| - /**
|
| - * Returns the currently-set external cache, or NULL if none is set.
|
| - */
|
| - static Cache* GetExternalCache();
|
| -
|
| SK_DEFINE_FLATTENABLE_TYPE(SkImageFilter)
|
|
|
| protected:
|
|
|