mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Match DL/Skia sampling defaults. This does not change the default SamplerDescriptor value, but that is irrelevant as any draws from the framework will pass through DL conversion. The SamplerDescriptor default of nearest is generally a good idea. Fixes https://github.com/flutter/flutter/issues/148253