[Webkit-unassigned] [Bug 177103] New: Make ImageFrame::duration() to return Seconds instead of float
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 18 14:29:19 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=177103
Bug ID: 177103
Summary: Make ImageFrame::duration() to return Seconds instead
of float
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
There has been a confusion about the units that this function returns. The ImageFrame is used for two different purposes. It is used by ImageFrameCache to ensure the decoded frame and its meta data are cached when they have to. And it is also used by ScalableImageDecoder to help decoding the image frames fast. The ImageFrame which is cached by ImageFrameCache has the duration in seconds while the ScalableImageDecoder caches its ImageFrame with milli-seconds durations. To clear things, make all the duration in seconds.
--
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/20170918/a3d812c9/attachment-0001.html>
More information about the webkit-unassigned
mailing list