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

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h

Issue 8951014: Change the DidChangeView update to take a new ViewChanged resource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: New patch Created 9 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 // 4 //
5 // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING 5 // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
6 // 6 //
7 // Automatically generated code. See srpcgen.py 7 // Automatically generated code. See srpcgen.py
8 // 8 //
9 // NaCl Simple Remote Procedure Call interface abstractions. 9 // NaCl Simple Remote Procedure Call interface abstractions.
10 10
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 nacl_abi_size_t argv_bytes, char* argv, 129 nacl_abi_size_t argv_bytes, char* argv,
130 int32_t* success); 130 int32_t* success);
131 static void PPP_Instance_DidDestroy( 131 static void PPP_Instance_DidDestroy(
132 NaClSrpcRpc* rpc, 132 NaClSrpcRpc* rpc,
133 NaClSrpcClosure* done, 133 NaClSrpcClosure* done,
134 PP_Instance instance); 134 PP_Instance instance);
135 static void PPP_Instance_DidChangeView( 135 static void PPP_Instance_DidChangeView(
136 NaClSrpcRpc* rpc, 136 NaClSrpcRpc* rpc,
137 NaClSrpcClosure* done, 137 NaClSrpcClosure* done,
138 PP_Instance instance, 138 PP_Instance instance,
139 nacl_abi_size_t position_bytes, int32_t* position, 139 PP_Resource resource,
140 nacl_abi_size_t clip_bytes, int32_t* clip, 140 nacl_abi_size_t view_data_bytes, char* view_data);
141 int32_t is_fullscreen);
142 static void PPP_Instance_DidChangeFocus( 141 static void PPP_Instance_DidChangeFocus(
143 NaClSrpcRpc* rpc, 142 NaClSrpcRpc* rpc,
144 NaClSrpcClosure* done, 143 NaClSrpcClosure* done,
145 PP_Instance instance, 144 PP_Instance instance,
146 bool has_focus); 145 bool has_focus);
147 static void PPP_Instance_HandleDocumentLoad( 146 static void PPP_Instance_HandleDocumentLoad(
148 NaClSrpcRpc* rpc, 147 NaClSrpcRpc* rpc,
149 NaClSrpcClosure* done, 148 NaClSrpcClosure* done,
150 PP_Instance instance, 149 PP_Instance instance,
151 PP_Resource url_loader, 150 PP_Resource url_loader,
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 }; // class PppZoomRpcServer 286 }; // class PppZoomRpcServer
288 287
289 class PppRpcs { 288 class PppRpcs {
290 public: 289 public:
291 static NaClSrpcHandlerDesc srpc_methods[]; 290 static NaClSrpcHandlerDesc srpc_methods[];
292 }; // class PppRpcs 291 }; // class PppRpcs
293 292
294 293
295 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_ 294 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_
296 295
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698