remove dead code from SK_SUPPORT_LEGACY_IMAGECACHE_NAME

TBR=

Review URL: https://codereview.chromium.org/638903002
This commit is contained in:
reed 2014-10-08 06:23:29 -07:00 committed by Commit bot
parent a624e87e8e
commit 3d7d410ce5

View File

@ -113,33 +113,6 @@ public:
static size_t GetResourceCacheSingleAllocationByteLimit();
static size_t SetResourceCacheSingleAllocationByteLimit(size_t newLimit);
#ifdef SK_SUPPORT_LEGACY_IMAGECACHE_NAME
static size_t GetImageCacheBytesUsed() {
return GetImageCacheTotalBytesUsed();
}
static size_t GetImageCacheByteLimit() {
return GetImageCacheTotalByteLimit();
}
static size_t SetImageCacheByteLimit(size_t newLimit) {
return SetImageCacheTotalByteLimit(newLimit);
}
static size_t GetImageCacheTotalBytesUsed() {
return GetResourceCacheTotalBytesUsed();
}
static size_t GetImageCacheTotalByteLimit() {
return GetResourceCacheTotalByteLimit();
}
static size_t SetImageCacheTotalByteLimit(size_t newLimit) {
return SetResourceCacheTotalByteLimit(newLimit);
}
static size_t GetImageCacheSingleAllocationByteLimit() {
return GetResourceCacheSingleAllocationByteLimit();
}
static size_t SetImageCacheSingleAllocationByteLimit(size_t newLimit) {
return SetResourceCacheSingleAllocationByteLimit(newLimit);
}
#endif
/**
* Applications with command line options may pass optional state, such
* as cache sizes, here, for instance: