Bug 122172

Summary: Tiled drawing GraphicsLayer tree dumps should match non-tiled more closely
Product: WebKit Reporter: Tim Horton <thorton>
Component: Tools / TestsAssignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, commit-queue, esprehn+autocc, glenn, kondapallykalyan, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 121859    
Attachments:
Description Flags
preliminary patch
buildbot: commit-queue-
fix windows andersca: review+

Description Tim Horton 2013-10-01 12:54:46 PDT
So that when we turn on tiled drawing for mac-wk2 on all tests, we don't need separate results for every test that deals with GraphicsLayer tree dumps. This *will* require rebaselining the current tiled-drawing tests, though.
Comment 1 Tim Horton 2013-10-01 13:11:36 PDT
Created attachment 213115 [details]
preliminary patch
Comment 2 Build Bot 2013-10-01 13:50:21 PDT
Comment on attachment 213115 [details]
preliminary patch

Attachment 213115 [details] did not pass win-ews (win):
Output: http://webkit-queues.appspot.com/results/2908159
Comment 3 Tim Horton 2013-10-01 14:07:43 PDT
Created attachment 213118 [details]
fix windows
Comment 4 Anders Carlsson 2013-10-01 16:30:48 PDT
Comment on attachment 213118 [details]
fix windows

View in context: https://bugs.webkit.org/attachment.cgi?id=213118&action=review

> Source/WebCore/rendering/RenderLayerBacking.cpp:2095
> +    return (m_isMainFrameRenderViewLayer && layer && layer == m_childContainmentLayer.get());

No need for the parentheses here.
Comment 5 Tim Horton 2013-10-01 16:41:43 PDT
http://trac.webkit.org/changeset/156749