Index: ppapi/native_client/src/shared/ppapi_proxy/ppp_zoom.srpc |
=================================================================== |
--- ppapi/native_client/src/shared/ppapi_proxy/ppp_zoom.srpc (revision 0) |
+++ ppapi/native_client/src/shared/ppapi_proxy/ppp_zoom.srpc (revision 0) |
@@ -0,0 +1,19 @@ |
+# Copyright (c) 2011 The Native Client Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+# RPC methods used to implement PPP_Zoom calls to the plugin. |
+# See ppapi/c/dev/ppp_zoom_dev.h for interface details. |
+{ |
+ 'name': 'PppZoomRpc', |
+ 'rpcs': [ |
+ {'name': 'PPP_Zoom_Zoom', |
+ 'inputs': [['instance', 'PP_Instance'], |
+ ['factor', 'double'], |
+ ['text_only', 'int32_t'], # PP_Bool |
+ ], |
+ 'outputs': [ |
+ ] |
+ }, |
+ ] |
+} |