DescriptionDon't recalculate style synchronously on hover/active.
At the end of Document::updateHoverActiveState, we did a synchronous update
of style and layout. That caused a :hover + onmouseover changing a class to
trigger two style recalcs.
There were no obvious reasons why the callers of that method expected the
recalc + layout to happen either.
R=abarth@chromium.org,esprehn@chromium.org
BUG=361164
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=171147
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|