[Webkit-unassigned] [Bug 52655] Hidden composited iframes cause infinite loop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 18 12:12:20 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=52655





--- Comment #14 from Simon Fraser (smfr) <simon.fraser at apple.com>  2011-10-18 12:12:19 PST ---
The real issue here is that we enter compositing via RenderLayerCompositor::updateLayerCompositingState(), but then drop out of compositing again at the end of RenderLayerCompositor::computeCompositingRequirements(), because we didn't hit the composited layer because of visibility:hidden.

The larger question is whether we should be in compositing mode if some hidden layer wants to be composited.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list