RESOLVED FIXED 53698
Make the layer tree host keep track of the layer tree context
https://bugs.webkit.org/show_bug.cgi?id=53698
Summary Make the layer tree host keep track of the layer tree context
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.