Bug 108992 - [wk2] TiledCoreAnimationDrawingArea has one more layer in its CAContext when we're in the background
Summary: [wk2] TiledCoreAnimationDrawingArea has one more layer in its CAContext when ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-02-05 17:11 PST by Tim Horton
Modified: 2019-05-02 16:19 PDT (History)
4 users (show)

See Also:


Attachments
patch (3.05 KB, patch)
2013-02-05 17:24 PST, Tim Horton
no flags Details | Formatted Diff | Diff
patch (3.14 KB, patch)
2013-02-05 17:30 PST, Tim Horton
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2013-02-05 17:11:11 PST
There's one root layer left when we're out-of-window. We should get rid of it!

<rdar://problem/13087365>
Comment 1 Tim Horton 2013-02-05 17:24:38 PST
Created attachment 186729 [details]
patch
Comment 2 Tim Horton 2013-02-05 17:29:40 PST
Renaming m_isInWindow to m_hasRootCompositingLayer.
Comment 3 Tim Horton 2013-02-05 17:30:11 PST
Created attachment 186730 [details]
patch
Comment 4 Tim Horton 2013-02-05 17:34:03 PST
http://trac.webkit.org/changeset/141952