WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2010-03-15 14:29:19 PDT
Created
attachment 50740
[details]
Patch
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
http://trac.webkit.org/changeset/56017
Simon Fraser (smfr)
Comment 4
2010-03-15 14:49:02 PDT
<
rdar://problem/7748315
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug