[webkit-reviews] review granted: [Bug 53698] Make the layer tree host keep track of the layer tree context : [Attachment 81093] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 3 11:48:41 PST 2011


Sam Weinig <sam at webkit.org> has granted Anders Carlsson <andersca at apple.com>'s
request for review:
Bug 53698: Make the layer tree host keep track of the layer tree context
https://bugs.webkit.org/show_bug.cgi?id=53698

Attachment 81093: Patch
https://bugs.webkit.org/attachment.cgi?id=81093&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
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?


More information about the webkit-reviews mailing list