Chromium Code Reviews
Description[css-align] Dedicated initial functions for {align-justify}-content
Since r419737 we use 'normal' as initial value for both, align-content
and justify-content CSS properties. This may cause that such 'normal'
values had to be resolved during layout, which apparently is causing a
performance regression (2%) in some animation tests.
This patch defines independent functions for both properties so we can
use the specified values for each property, as the Flexbox spec states.
BUG=649235
Patch Set 1 : Preliminary approach. #
Messages
Total messages: 1 (1 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||