Bug 100205

Summary: Fix CALayer hiearchy when combining tiling with preserve-3d
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, dino, simon.fraser, thorton, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch dino: review+, webkit.review.bot: commit-queue-

Simon Fraser (smfr)
Reported 2012-10-23 23:25:47 PDT
Fix CALayer hiearchy when combining tiling with preserve-3d
Attachments
Patch (11.92 KB, patch)
2012-10-23 23:35 PDT, Simon Fraser (smfr)
dino: review+
webkit.review.bot: commit-queue-
Simon Fraser (smfr)
Comment 1 2012-10-23 23:35:16 PDT
Simon Fraser (smfr)
Comment 2 2012-10-23 23:35:40 PDT
WebKit Review Bot
Comment 3 2012-10-24 04:36:39 PDT
Comment on attachment 170326 [details] Patch Attachment 170326 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/14552186 New failing tests: platform/chromium/virtual/softwarecompositing/tiling/backface-preserve-3d-tiled.html compositing/tiling/backface-preserve-3d-tiled.html
Dean Jackson
Comment 4 2012-10-24 11:05:19 PDT
Comment on attachment 170326 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=170326&action=review > Source/WebCore/ChangeLog:25 > + Test: compositing/tiling/backface-preserve-3d-tiled.html Does the chrome failure just get baselined at some later stage? > Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp:1192 > + PlatformCALayerList& childListForSublayers = m_structuralLayer ? structuralLayerChildren : primaryLayerChildren; It might be a bit clearer if you move this line down to in front of the loop where you actually use it, but not a strong opinion. > Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp:1205 > + if (m_contentsLayer && m_contentsVisible) > + primaryLayerChildren.append(m_contentsLayer); Does the FIXME you removed still apply?
Simon Fraser (smfr)
Comment 5 2012-10-24 13:37:02 PDT
Note You need to log in before you can comment on or make changes to this bug.