[webkit-reviews] review granted: [Bug 123600] Remote Layer Tree: Vend layer contents via IOSurfaces : [Attachment 215749] address darin's review comments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 1 12:42:20 PDT 2013


Anders Carlsson <andersca at apple.com> has granted Tim Horton
<thorton at apple.com>'s request for review:
Bug 123600: Remote Layer Tree: Vend layer contents via IOSurfaces
https://bugs.webkit.org/show_bug.cgi?id=123600

Attachment 215749: address darin's review comments
https://bugs.webkit.org/attachment.cgi?id=215749&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=215749&action=review


> Source/WebKit2/WebProcess/WebPage/mac/RemoteLayerBackingStore.mm:142
>      RetainPtr<CGContextRef> ctx = adoptCF(CGIOSurfaceContextCreate(surface,
size.width(), size.height(), bitsPerComponent, bitsPerPixel, colorSpace,
bitmapInfo));

Can’ probably jest return adoptCF directly here.


More information about the webkit-reviews mailing list