RESOLVED FIXED 135669
Document-relative overlays disappear after doing page-cache navigations
https://bugs.webkit.org/show_bug.cgi?id=135669
Summary Document-relative overlays disappear after doing page-cache navigations
Tim Horton
Reported 2014-08-06 13:59:07 PDT
Attachments
patch (2.57 KB, patch)
2014-08-06 14:08 PDT, Tim Horton
simon.fraser: review+
Tim Horton
Comment 1 2014-08-06 14:08:40 PDT
Simon Fraser (smfr)
Comment 2 2014-08-06 14:24:13 PDT
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()?
Tim Horton
Comment 3 2014-08-06 14:53:26 PDT
http://trac.webkit.org/changeset/172179 As discussed, that's more work than it's worth.
Note You need to log in before you can comment on or make changes to this bug.