[Webkit-unassigned] [Bug 172670] New: Disable async image for the BitmapImage which is created with a NativeImage
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 26 16:22:48 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=172670
Bug ID: 172670
Summary: Disable async image for the BitmapImage which is
created with a NativeImage
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Images
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sabouhallawa at apple.com
If the BitmapImage is created with a NativeImage that means there is no ImageDecoder will be created. The reason we were going through the async image decoding path is the size of the image frame is smaller than the destination rectangle. In this case, the NativeImage has to be drawn as is and the drawing will scale it to the destination rectangle.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170526/c6275e97/attachment.html>
More information about the webkit-unassigned
mailing list