Bug 53698

Summary: Make the layer tree host keep track of the layer tree context
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 sam: review+

Anders Carlsson
Reported 2011-02-03 11:45:37 PST
Make the layer tree host keep track of the layer tree context
Attachments
Patch (5.15 KB, patch)
2011-02-03 11:46 PST, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2011-02-03 11:46:57 PST
Sam Weinig
Comment 2 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?
Anders Carlsson
Comment 3 2011-02-03 11:52:56 PST
Note You need to log in before you can comment on or make changes to this bug.