[Webkit-unassigned] [Bug 151289] New: Eliminate a request for layout every time an item is added to the stage of the graphics benchmark
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 13 18:47:22 PST 2015
https://bugs.webkit.org/show_bug.cgi?id=151289
Bug ID: 151289
Summary: Eliminate a request for layout every time an item is
added to the stage of the graphics benchmark
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Animations
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sabouhallawa at apple.com
CC: dino at apple.com
The graphics item usually asks for the stage size when it is created. Because the stage size was not cached but rather was requested via clientWidth and clientHeight an implicit request for layout was invoked. This impact of this bug was very obvious when the benchmark was running with large fixed size in non adaptive mode. This was taking few seconds for benchmark to show the first animation frame.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151114/223ae55f/attachment.html>
More information about the webkit-unassigned
mailing list