PPB_Flash_Print
interface.
*/
label Chrome {
M20 = 1.0
};
/**
* The PPB_Flash_Print
interface contains Flash-specific printing
* functionality.
*/
interface PPB_Flash_Print {
/**
* Invokes printing on the given plugin instance.
*/
void InvokePrinting([in] PP_Instance instance);
};