#include "cc/test/stub_decode_cache.h"
namespace cc {
ImageDecodeCache::TaskResult StubDecodeCache::GetTaskForImageAndRef(
ClientId client_id,
const DrawImage& image,
const TracingInfo& tracing_info) { … }
ImageDecodeCache::TaskResult
StubDecodeCache::GetOutOfRasterDecodeTaskForImageAndRef(
ClientId client_id,
const DrawImage& image) { … }
DecodedDrawImage StubDecodeCache::GetDecodedImageForDraw(
const DrawImage& image) { … }
size_t StubDecodeCache::GetMaximumMemoryLimitBytes() const { … }
bool StubDecodeCache::UseCacheForDrawImage(const DrawImage& image) const { … }
}