RESOLVED FIXED Bug 36134
Drop out of compositing mode when no elements need to composite
https://bugs.webkit.org/show_bug.cgi?id=36134
Summary Drop out of compositing mode when no elements need to composite
Simon Fraser (smfr)
Reported 2010-03-15 13:34:39 PDT
Currently we never go out of compositing mode on a given page, even if no elements need to be composited. This means that we keep a layer-backed view subview of the WebHTMLView around, which can impact resize performance.
Attachments
Patch (6.06 KB, patch)
2010-03-15 14:29 PDT, Simon Fraser (smfr)
mitz: review+
Simon Fraser (smfr)
Comment 1 2010-03-15 14:29:19 PDT
mitz
Comment 2 2010-03-15 14:39:27 PDT
Comment on attachment 50740 [details] Patch > + } else { > + m_rootPlatformLayer->setChildren(childList); > + } Braces around one-line block.
Simon Fraser (smfr)
Comment 3 2010-03-15 14:47:46 PDT
Simon Fraser (smfr)
Comment 4 2010-03-15 14:49:02 PDT
Note You need to log in before you can comment on or make changes to this bug.