Description[css-grid] Fix performance regression in grid layout
Some of the changes added in crrev.com/415676 made layout of grid containers
a bit slower. That was because it modified some methods in GridTrackSize.h
which is a hot spot. That class is basically a cache of some values and it's
critical to keep it really fast. The aforementioned CL was adding an if
clause to a getter method, and that was causing the slowdown.
BUG=643359
Committed: https://crrev.com/8b54987d15a92a54796a357daf6e021f0ff9a2b6
Cr-Commit-Position: refs/heads/master@{#417001}
Patch Set 1 #
Total comments: 10
Patch Set 2 : Patch for landing #
Messages
Total messages: 16 (6 generated)
|