[css-layout-api] Change FilteredComputedStyleMap to Prepopulated.
This changes the filtered computed-style-map to being pre-populated. This shouldn't have any performance difference for the paint api, but should have increased performance for the layout api. Additionally this allows style for anonymous boxes to exist. Before we always had a Node->ComputedStyleMap, however with the layout api it is possible for access the style for an anonymous box. Bug: 726125 Change-Id: I2820001f158ac0938a277af491a05f1a72b8c734 Reviewed-on: https://chromium-review.googlesource.com/937905 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#539908}
Showing
Please register or sign in to comment