mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Instead, always use InterpolationLow. In Skia, that boils down to bilinear, which is fast on GPUs. We should eventually let authors control the interpolation quality in case they want pixelation, etc. This CL saves 6.3% on Layer::RecordPicture for flights-app. R=esprehn@chromium.org Review URL: https://codereview.chromium.org/860843006