Remove SkImageFilter::Set/GetExternalCache.
These were removed from the .cpp in
be129b26f1
, but I forgot to remove them
from the header.
R=bsalomon@google.com, reed@google.com
BUG=skia:
Author: senorblanco@chromium.org
Review URL: https://codereview.chromium.org/492693003
This commit is contained in:
parent
169612621f
commit
8a914a7650
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user