Luka Napotnik <luka.napot...@...> writes:

> 
> But with the latest code I suspect some methods are not called and I get
> an unformatted (no style, no layout) image on the cairo surface. And
> this is useless because the pages aren't rendered correctly.
> 

Please see the expose handler of webkitwebview.cpp. It is doing a call like 
FrameView::layougIfNeededRecursively. And instead of firing in
layoutTimerFired you could add  your signal to the ChromeClient. The
ChromeClient will get called whenever regions of the code 
change (but be aware that this might be called from within a paint too so
you need to defer an  update a bit).

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

Reply via email to