Are you talking about Rendered buffer? It is graphics library specific.
>From which layer you wanted to access? Each WebKit
port(qt,gtk,chromium,efl,wx,mac) has their own API exposed to the app
developers. Incase of Qt QWebView is a QWidget and you can use
http://doc.qt.digia.com/qt/qwidget.html#render
to get the rendered buffer as QPixmap object. In GTK port you can get the
Cairo context and copy it to the Cairo_image_t(pixman backed Cairo surface).

On Feb 16, 2013 8:23 AM, "Michael Chen" <michael8...@yahoo.com> wrote:
>
> Hi All,
>
> I am new to WebKit. Is it possible to get a raw pointer to the WebKit
rendering buffer?
>
> I appreciate any comments.
>
> Best regards,
> Michael
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to