| Index: ppapi/native_client/src/shared/ppapi_proxy/ppb_fullscreen.srpc
|
| ===================================================================
|
| --- ppapi/native_client/src/shared/ppapi_proxy/ppb_fullscreen.srpc (revision 107024)
|
| +++ ppapi/native_client/src/shared/ppapi_proxy/ppb_fullscreen.srpc (working copy)
|
| @@ -7,12 +7,6 @@
|
| {
|
| 'name': 'PpbFullscreenRpc',
|
| 'rpcs': [
|
| - {'name': 'PPB_Fullscreen_IsFullscreen',
|
| - 'inputs': [['instance', 'PP_Instance'], # PP_Instance
|
| - ],
|
| - 'outputs': [['success', 'int32_t'], # PP_Bool
|
| - ]
|
| - },
|
| {'name': 'PPB_Fullscreen_SetFullscreen',
|
| 'inputs': [['instance', 'PP_Instance'], # PP_Instance
|
| ['fullscreen', 'int32_t'], # PP_Bool
|
|
|