Remove SK_SUPPORT_LEGACY_HQ_DOWNSAMPLING
Switches Skia's software HQ downscaling algorithm from Mitchell to
mipmaps.
This is a good idea because
1) it aligns the results with Ganesh (which already uses
mipmaps for downscaling)
2) mipmaps are cheaper/more efficient (to produce and to cache)
3) yields (arguably) sharper results, particularly when scaling to
half size - which appears to be a common technique used for
Retina-ready pages.
BUG=
583478,
562162
R=reed@google.com,senorblanco@chromium.org
Committed:
https://crrev.com/0c7e2f7bcee59d0f26ed86a0d87dce4e0800f2f2
Cr-Commit-Position: refs/heads/master@{#374703}