[webkit-efl] webkit2 plugin's process: drawing on evas object

Mariusz Grzegorczyk mariusz.g at samsung.com
Mon Aug 22 10:33:38 PDT 2011


Hello all,

I want to draw plugin in webkit2 directly on evas object created in UI
Process. We have separated processes: UIProcess, WebProcess and
PluginProcess. In windowless plugins shared memory buffer is created, and
plugin draws on it, then makes updates. I'm thinking about following
scenario: UIProcess creates evas_object image and shared memory buffer
representing plugin, buffer is sent to plugin(PluginProcess) and there
frames are drawn, on updates plugin informs UIProcess about it, and new
frame is drawn. On resize new buffer is created in UIProcess and plugin is
notified about this. What do you think about this? Is there any better idea?

Regards Mariusz

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-efl/attachments/20110822/ac668aba/attachment.html>


More information about the webkit-efl mailing list