mirror of
https://github.com/mozilla-firefox/firefox.git
synced 2026-06-14 11:03:31 -05:00
In the Skia m149 update, upstream changed it so that the legacy shader blitting path is no longer enabled by default. Instead, the raster pipeline blitter gets used, but it is both slower and gives divergent results, so we don't want to use it. This just re-enables the legacy shader path via setting the appropriate definition for now. Differential Revision: https://phabricator.services.mozilla.com/D305021