Call Proxy will encode to IPC, then decode the IPC to call Stub.
The WebPluginDelegate is just the implementation of WebPlugin.(Abstraction)
From Renderer to Plugin:
WebPluginDelegateProxy -> IPC -> WebPluginDelegateStub
From Plugin to Renderer:
WebPluginProxy -> IPC -> WebPluginStub

No comments:
Post a Comment