[webkit-reviews] review granted: [Bug 102275] More steps towards actually hosting layers in the UI process : [Attachment 174237] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 14 13:12:03 PST 2012


Andreas Kling <kling at webkit.org> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 102275: More steps towards actually hosting layers in the UI process
https://bugs.webkit.org/show_bug.cgi?id=102275

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

------- Additional Comments from Andreas Kling <kling at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=174237&action=review


> Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.mm:83
> +    HashMap<uint64_t, OwnPtr<GraphicsLayer> >::AddResult addResult =
m_layers.add(layerID, nullptr);

>>


More information about the webkit-reviews mailing list