On May 20, 8:03 pm, Boris Zbarsky <[EMAIL PROTECTED]> wrote: > ken wrote: > > Can you please tell me what does "aChild->SetTextZoom(textZoomInfo- > >> mTextZoom);" > > Zooms a subframe. > > > Where does it walk thru each text node in the DOM to adjust the > > text size? > > 2668 mPresContext->SetTextZoom(aTextZoom); > > Right there. That triggers a restyle and reflow. > > -Boris
Sorry, I am still confused. Where is the implementation of 'mPresContext->SetTextZoom(aTextZoom);' which trigges a restyle and reflow? What does mPresContext points? And where is the code doing the restyle? I have trouble finding that code. Thank you for your help. _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

