On Dec 24, 2008, at 2:16 AM, zhenghe zhang wrote:

I know how to create a "render" object , but I don't know that the condition about create the "render" object ,could you tell me?

The process of creating and properly setting up the objects in the render tree is called "layout". It starts with functions like FrameView::layout() and Document::attach(). One way to learn about when they're called is to get a running web browser and set breakpoints in these functions.

    -- Darin

_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to