Bug 29314

Summary: Elements appear behind <video> when they should be in front sometimes
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch, testcase, changelog
none
Simpler patch mitz: review+

Description Simon Fraser (smfr) 2009-09-16 14:40:54 PDT
Certain configurations of content layer incorrectly with <video> when accelerated compositing is enabled. This is fallout from bug 27021.
Comment 1 Simon Fraser (smfr) 2009-09-16 14:41:19 PDT
<rdar://problem/7186095>
Comment 2 Simon Fraser (smfr) 2009-09-16 17:22:03 PDT
Created attachment 39669 [details]
Patch, testcase, changelog
Comment 3 Simon Fraser (smfr) 2009-09-16 19:50:10 PDT
Created attachment 39677 [details]
Simpler patch
Comment 4 mitz 2009-09-17 09:28:25 PDT
Comment on attachment 39677 [details]
Simpler patch

> +    if (overlapMap && overlapMap->size()) {

This is better expressed as !overlapMap.isEmpty()
Comment 5 Simon Fraser (smfr) 2009-09-17 09:56:59 PDT
http://trac.webkit.org/changeset/48470