Bug 169574 - Async image decoding is not enabled for background images
Summary: Async image decoding is not enabled for background images
Status: RESOLVED DUPLICATE of bug 169547
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-03-13 16:37 PDT by Said Abou-Hallawa
Modified: 2017-03-30 14:00 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 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.
Comment 1 Radar WebKit Bug Importer 2017-03-13 16:37:58 PDT
<rdar://problem/31024112>
Comment 2 Said Abou-Hallawa 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 ***