OSSystems / meta-browser

OpenEmbedded/Yocto BSP layer for Web Browsers
MIT License
185 stars 194 forks source link

chromium: Remove impl-side-painting PACKAGECONFIG knob. #518

Closed rakuco closed 3 years ago

rakuco commented 3 years ago

This knob was added back in 2014 in commit fb6df963376c ("chromium: Add recipe for version 37.0.2062.0"). Multithreaded rasterization was under development back then, but this hasn't been the case since M39 and M40 (see https://crbug.com/169282 and https://crbug.com/413479).

Given multithreaded rasterization was enabled by default in 2015, the --enable-impl-side-painting was removed around that time and that this knob was off by default, it should be safe to remove it altogether.