ken wrote: > Sorry, I am still confused. Where is the implementation of > 'mPresContext->SetTextZoom(aTextZoom);' which trigges a restyle and > reflow?
nsPresContext::SetTextZoom. Did you try doing a text search on the source tree, e.g. using http://mxr.mozilla.org/ ? From that point you can trace things down. The restyle will eventually happen via ProcessRestyledFrames in nsCSSFrameConstructor. -Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

