[Webkit-unassigned] [Bug 61491] Frame flattening is broken with nested frames

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 31 06:49:31 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=61491





--- Comment #21 from Yael <yael.aharon at nokia.com>  2011-05-31 06:49:31 PST ---
(In reply to comment #20)
> (From update of attachment 95425 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=95425&action=review
> 
> > Source/WebCore/page/FrameView.cpp:1043
> > +                m_frame->contentRenderer()->updateWidgetPositions();
> 
> Are we ensured to always have a contentRenderer?

Yes, we are.
When layout starts, we check for a layout root and return if there is no root.
If m_layoutRoot exists, that is out root, otherwise, the root is the same as contentRenderer().

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list