Bug 53724 - Change DidSetSize to take a LayerTreeContext parameter
Summary: Change DidSetSize to take a LayerTreeContext parameter
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-03 15:15 PST by Anders Carlsson
Modified: 2011-02-03 15:38 PST (History)
0 users

See Also:


Attachments
Patch (10.57 KB, patch)
2011-02-03 15:19 PST, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>