CSS: SVG use elements replicate updates to style
When an SVG element's style is being updated, shadow instances created by <use> elements must also be updated.
We weren't previously propagating the change until the the next time the <use> element's style happened to be recalculated.
For example, this bug has been reported with style updates due to a pseudo-class change, a class change or a CSS animation.
BUG=
166438,
355359,
484552,
637310
Committed:
https://crrev.com/98eafa054ec08b60ab06632b39c543982c20dfdc
Cr-Commit-Position: refs/heads/master@{#413048}