Bug 36516 - Assertion failure (willBeComposited == needsToBeComposited(layer)) in RenderLayerCompositor::computeCompositingRequirements() on hulu.com
Summary: Assertion failure (willBeComposited == needsToBeComposited(layer)) in RenderL...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-23 21:01 PDT by mitz
Modified: 2010-04-01 16:46 PDT (History)
2 users (show)

See Also:


Attachments
Patch (7.84 KB, patch)
2010-04-01 16:02 PDT, Simon Fraser (smfr)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2010-03-23 21:01:35 PDT
To reproduce: go to a video page on Hulu.

ASSERTION FAILED: willBeComposited == needsToBeComposited(layer)
(WebCore/rendering/RenderLayerCompositor.cpp:604 void WebCore::RenderLayerCompositor::computeCompositingRequirements(WebCore::RenderLayer*, WTF::HashMap<WebCore::RenderLayer*, WebCore::IntRect, WTF::PtrHash<WebCore::RenderLayer*>, WTF::HashTraits<WebCore::RenderLayer*>, WTF::HashTraits<WebCore::IntRect> >*, WebCore::CompositingState&, bool&))
Comment 1 Alexey Proskuryakov 2010-03-25 10:30:44 PDT
Also, <http://www.emanueleferonato.com/2010/03/25/flash-elasticity-prototype-as3-version/>.

If I comment out that assertion, I get a "!needsLayout()" one later.
Comment 2 Simon Fraser (smfr) 2010-03-26 16:53:58 PDT
I need an isSelfPaintingLayer() check in there somewhere.
Comment 3 Simon Fraser (smfr) 2010-04-01 16:02:13 PDT
Created attachment 52347 [details]
Patch
Comment 4 Simon Fraser (smfr) 2010-04-01 16:46:04 PDT
http://trac.webkit.org/changeset/56949