Fix macOS Sierra build
Created attachment 281474 [details] Patch
Committed r202142: <http://trac.webkit.org/changeset/202142>
Comment on attachment 281474 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=281474&action=review > Source/WebKit2/Shared/mac/RemoteLayerBackingStore.mm:403 > +// layer.contents = (id)m_frontBuffer.surface->surface(); Is this correct?
(In reply to comment #3) > Comment on attachment 281474 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=281474&action=review > > > Source/WebKit2/Shared/mac/RemoteLayerBackingStore.mm:403 > > +// layer.contents = (id)m_frontBuffer.surface->surface(); > > Is this correct? This commented line caused a 11% progression on JSBench / iOS. JSBench regressed by ~11% when Simon uncommented this line in r202224. No action is necessary, I just want to document this here.
That is interesting data!