[Webkit-unassigned] [Bug 191951] RemoteLayerTreeNode construction cleanups
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Nov 25 01:53:27 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=191951
--- Comment #2 from Tim Horton <thorton at apple.com> ---
Comment on attachment 355586
--> https://bugs.webkit.org/attachment.cgi?id=355586
patch
View in context: https://bugs.webkit.org/attachment.cgi?id=355586&action=review
> Source/WebKit/UIProcess/RemoteLayerTree/RemoteLayerTreeNode.mm:64
> + [layer() setValue:[NSNumber numberWithUnsignedLongLong:layerID] forKey:WKLayerIDPropertyKey];
Can probably just @(layerID) instead of [NSNumber numberWithUnsignedLongLong:layerID]
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181125/cc217af9/attachment.html>
More information about the webkit-unassigned
mailing list