NEW 49102
Stop abusing the style system in order to get RenderLayers for things that need to be composited
https://bugs.webkit.org/show_bug.cgi?id=49102
Summary Stop abusing the style system in order to get RenderLayers for things that ne...
Simon Fraser (smfr)
Reported 2010-11-05 15:11:51 PDT
We currently make use of synthetic style changes, and code in RenderObject::adjustStyleDifference() to force RenderLayers to get created for elements that need them for compositing (iframes, canvas, plugins). This has caused problems (see patch in bug 44877). We should instead just make RenderLayers directly somehow.
Attachments
Ahmad Saleem
Comment 1 2023-10-07 18:29:10 PDT
@Simon - Is this bug still applicable?
Simon Fraser (smfr)
Comment 2 2023-10-09 09:36:02 PDT
We do still do this via invalidateStyleAndLayerComposition(). Doesn't seem particularly bad, though.
Note You need to log in before you can comment on or make changes to this bug.