Bug 135669

Summary: Document-relative overlays disappear after doing page-cache navigations
Product: WebKit Reporter: Tim Horton <thorton>
Component: Layout and RenderingAssignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kondapallykalyan, simon.fraser
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch simon.fraser: review+

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.