Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/ppp_instance.srpc

Issue 8351023: PPAPI NaCl Proxy: optimize PPB_Fullscreen::IsFullscreen. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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': []
},

Powered by Google App Engine
This is Rietveld 408576698