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.
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help