[webkit-help] How does text node/anchor of a page get painted?

hap 497 hap497 at gmail.com
Sun Jan 10 23:25:22 PST 2010


Hi,

Can you please tell me how does text/anchor of a page get painted?
I assume each text node and each anchor will be represented by a
RenderText class.

But the paint() method of RenderText is not reached?

 virtual void paint(PaintInfo&, int, int) { ASSERT_NOT_REACHED(); }

Can you please tell me what classes are used to represent the text
node and each anchor? And how does it get painted on screen?

Thank you.


More information about the webkit-help mailing list