<rdar://problem/17929171>
Created attachment 236132 [details] patch
Comment on attachment 236132 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=236132&action=review > Source/WebCore/rendering/RenderLayerCompositor.cpp:3439 > + Frame& frame = m_renderView.frameView().frame(); > + Page* page = frame.page(); > + if (!page) > + return; > + > + if (GraphicsLayer* overlayLayer = page->chrome().client().documentOverlayLayerForFrame(frame)) > + m_rootContentLayer->addChild(overlayLayer); Just call appendOverlayLayers()?
http://trac.webkit.org/changeset/172179 As discussed, that's more work than it's worth.