Bug 53724

Summary: Change DidSetSize to take a LayerTreeContext parameter
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mitz: review+

Description Anders Carlsson 2011-02-03 15:15:14 PST
Change DidSetSize to take a LayerTreeContext parameter
Comment 1 Anders Carlsson 2011-02-03 15:19:56 PST
Created attachment 81124 [details]
Patch
Comment 2 mitz 2011-02-03 15:34:52 PST
Comment on attachment 81124 [details]
Patch

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

> Source/WebKit2/Shared/mac/LayerTreeContextMac.mm:63
> +    return a.contextID == b.contextID;

What guarantees that a contextID will not be reused for the lifetime of a LayerTreeContext that contains it?
Comment 3 Anders Carlsson 2011-02-03 15:38:46 PST
Committed r77546: <http://trac.webkit.org/changeset/77546>