RESOLVED DUPLICATE of bug 169547 169574
Async image decoding is not enabled for background images
https://bugs.webkit.org/show_bug.cgi?id=169574
Summary Async image decoding is not enabled for background images
Said Abou-Hallawa
Reported 2017-03-13 16:37:17 PDT
A test case like this does not benefit from the async image decoding. <div style="background-image: url('image.png');"></div> Therefore, the decoding happens on the main thread which may affect the scrolling thread.
Attachments
Radar WebKit Bug Importer
Comment 1 2017-03-13 16:37:58 PDT
Said Abou-Hallawa
Comment 2 2017-03-30 14:00:44 PDT
This already covered by the patch of https://bugs.webkit.org/show_bug.cgi?id=169547 *** This bug has been marked as a duplicate of bug 169547 ***
Note You need to log in before you can comment on or make changes to this bug.