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