[EMAIL PROTECTED] wrote: > Hi, > > Can you please tell what is the 'mContent' of the nsImageFrame.cpp > using used for? And where is it being set? >
It is set in the inherited nsFrame class. It refers to the content node (for images, the <img> element) associated with the frame. _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

