Chromium Code Reviews| Index: ppapi/native_client/src/shared/ppapi_proxy/ppp_printing.srpc |
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/ppp_printing.srpc b/ppapi/native_client/src/shared/ppapi_proxy/ppp_printing.srpc |
| index c1301ef59748065969c3908619315fb2959a170b..b5bb72eb418d082a88c56c00a6e65ebf01cb4d32 100644 |
| --- a/ppapi/native_client/src/shared/ppapi_proxy/ppp_printing.srpc |
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/ppp_printing.srpc |
| @@ -13,6 +13,12 @@ |
| 'outputs': [['formats', 'int32_t'], # uint32_t |
| ] |
| }, |
| + {'name': 'PPP_Printing_IsScalingDisabled', |
| + 'inputs': [['instance', 'PP_Instance'], |
| + ], |
| + 'outputs': [['result', 'bool'], |
|
dmichael (off chromium)
2011/09/27 15:28:38
This will be int32_t for PP_Bool (note I'm not hig
vandebo (ex-Chrome)
2011/09/27 20:02:24
Done.
|
| + ] |
| + }, |
| {'name': 'PPP_Printing_Begin', |
| 'inputs': [['instance', 'PP_Instance'], |
| ['print_settings', 'char[]'], # PP_PrintSettings_Dev |