aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar senorblanco <senorblanco@chromium.org>2014-08-26 14:06:00 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-26 14:06:01 -0700
commit8a914a76501d0bb4c60f8dbd1ae39c864688695b (patch)
tree2c38996b34139cde99cfcc4f4a77e45dcfbcfdd3 /include
parent169612621f00b3fe9f71014079991287d311751a (diff)
Remove SkImageFilter::Set/GetExternalCache.
These were removed from the .cpp in be129b26f13d575fd6b396c6ae759838ecc9bd1a, 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
Diffstat (limited to 'include')
-rw-r--r--include/core/SkImageFilter.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/core/SkImageFilter.h b/include/core/SkImageFilter.h
index a92a426321..adddf93876 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: