Jonathan wrote: > I have been looking at the code for > nsViewManager::RenderDisplayListElement(), nsView::Paint(), > PresShell::Paint() in Gecko 1.8. > But I don't see any where which it walks thru the nsView hierarchy > during painting?
You want to look at nsViewManager::CreateDisplayList. By the time you get to having a finished display list, all the child-walking is done. -Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

