DescriptionAllow style sharing for canvas, iframe, embed and object.
We didn't allow this before because they would use the layer update
hack to force a style recalc (with identical style) to make their
composited layer appear/disappear. Now we use the more modern
Element::setNeedsCompositingUpdate() which directly dirties the
compositing state without having to go through the style recalc
machinery. This means we can style share between iframes on the
page.
Committed: https://crrev.com/2f0884e24caaaa2925ef7007a5296e0fdef379cf
Cr-Commit-Position: refs/heads/master@{#354475}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|