Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: include/core/SkImageFilter.h

Issue 492693003: Remove SkImageFilter::Set/GetExternalCache. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698