Work towards having frames in the scrolling tree
Created attachment 232750 [details] Patch
Comment on attachment 232750 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=232750&action=review > Source/WebCore/rendering/RenderLayerCompositor.cpp:3611 > + RenderElement* frameRenderer = ownerElement ? ownerElement->renderer() : 0; nullptr > Source/WebCore/rendering/RenderView.cpp:842 > + // FIXME: view() is just *this here. why the fixme instead of fixing?
https://trac.webkit.org/r169733