mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The raster cache is critical for good performance. This enables the cache and provides a GrContext to ScopedFrame instances so the cache can be efficiently populated. Small increase in peak GPU memory usage is expected from this change. Otherwise, no change in behavior expected. Fixes https://github.com/flutter/flutter/issues/54950 Co-authored-by: David Reveman <reveman@google.com>