mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
RasterCache::Get() methods were not updating the RasterCache::Entry access_count and used_this_frame fields, as is done in RasterCache::Prepare(). This can result in onscreen images being evicted from the cache as new entries are created (e.g. as new elements scroll onscreen).