NPAPI:Pepper: Difference between revisions

Line 138: Line 138:


* The renderer informs the plugin that the last published device context was displayed on the screen.
* The renderer informs the plugin that the last published device context was displayed on the screen.
* For performance we will most likely want to be able to call NPN_GetDeviceContext this before the NPP_DeviceContextDisplayed call from the previous NPN_PublishDeviceContext has come.
* For performance we will most likely want to be able to call NPN_GetDeviceContext before the NPP_DeviceContextDisplayed call from the previous NPN_PublishDeviceContext has arrived.
* This API could also perhaps be done through an NPEvent of the appropriate type.
* This API could also perhaps be done through an NPEvent of the appropriate type.


89

edits