Bug 53698 - Make the layer tree host keep track of the layer tree context
Summary: Make the layer tree host keep track of the layer tree context
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 11:45 PST by Anders Carlsson
Modified: 2011-02-03 11:52 PST (History)
0 users

See Also:


Attachments
Patch (5.15 KB, patch)
2011-02-03 11:46 PST, Anders Carlsson
sam: 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 11:45:37 PST
Make the layer tree host keep track of the layer tree context
Comment 1 Anders Carlsson 2011-02-03 11:46:57 PST
Created attachment 81093 [details]
Patch
Comment 2 Sam Weinig 2011-02-03 11:48:41 PST
Comment on attachment 81093 [details]
Patch

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

> Source/WebKit2/Shared/mac/LayerTreeContextMac.mm:45
> +LayerTreeContext LayerTreeContext::makeWithSeed() {
> +    static uint64_t seed;

{ on the wrong line.  Seed is also not a common name for this kind of thing in our code. Can we use ID?
Comment 3 Anders Carlsson 2011-02-03 11:52:56 PST
Committed r77524: <http://trac.webkit.org/changeset/77524>