On Fri, Oct 22, 2010 at 2:10 PM, Aneesh Bhasin <[email protected]> wrote: > However, I wanted to know where and how is the > webkit_web_view_expose_event function triggered internally - as I > understand it could either be triggered from the windowing system if > there is some movement /scrolling dragging of window or internally if > something has changed and the page needs to be repainted - this second > invocation path I am unable to find. Could someone point me to the > right direction here ?
The internal invalidation happens in WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp, in the various 'invalidate' methods. Those in turn are called from all over WebCore in various situations. Xan > > Thanks for all your help.. > > Regards, > Aneesh > _______________________________________________ > webkit-dev mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

