| Index: ppapi/native_client/src/shared/ppapi_proxy/ppp_instance.srpc
|
| ===================================================================
|
| --- ppapi/native_client/src/shared/ppapi_proxy/ppp_instance.srpc (revision 107024)
|
| +++ ppapi/native_client/src/shared/ppapi_proxy/ppp_instance.srpc (working copy)
|
| @@ -31,6 +31,9 @@
|
| 'inputs': [['instance', 'PP_Instance'], # PP_Instance
|
| ['position', 'int32_t[]'], # PP_Rect*
|
| ['clip', 'int32_t[]'], # PP_Rect*
|
| + # This arg is not part of the API, but will help us
|
| + # avoid unnecessary PPB_Fullscreen::IsFullscreen RPCs.
|
| + ['is_fullscreen', 'int32_t' ] # PP_Bool
|
| ],
|
| 'outputs': []
|
| },
|
|
|