mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 19:41:49 +00:00
![kin%netscape.com](/assets/img/avatar_default.png)
- Moved MoveChildrenTo() and GetRealFrame() to a point in the file where they could be called from my new utility method AdjustOutOfFlowFrameParentPtrs(). - Modified MoveChildrenTo() to take an nsFrameConstructorState arg, so that it can call my new method AdjustOutOfFlowFrameParentPtrs() so that out-of-flow floater frames are reparented to the correct containing block when the placeholder is moved under the block created in ConstructInline(). r=attinasi@netscape.com sr=waterson@netscape.com