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

Unified Diff: ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c

Issue 11235016: Change the way we generate versions (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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/untrusted/pnacl_irt_shim/pnacl_shim.c
===================================================================
--- ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c (revision 163191)
+++ ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c (working copy)
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* Last generated from IDL: Fri Oct 19 10:45:30 2012. */
+/* Last generated from IDL: Sat Oct 20 15:16:47 2012. */
#include "ppapi/generators/pnacl_shim.h"
#include "ppapi/c/ppb.h"
@@ -2812,19 +2812,19 @@
/* Begin wrapper methods for PPB_Instance_Private_0_1 */
static __attribute__((pnaclcall))
-struct PP_Var Pnacl_M13_PPB_Instance_Private_GetWindowObject(PP_Instance instance) {
+struct PP_Var Pnacl_M14_PPB_Instance_Private_GetWindowObject(PP_Instance instance) {
const struct PPB_Instance_Private_0_1 *iface = Pnacl_WrapperInfo_PPB_Instance_Private_0_1.real_iface;
return iface->GetWindowObject(instance);
}
static __attribute__((pnaclcall))
-struct PP_Var Pnacl_M13_PPB_Instance_Private_GetOwnerElementObject(PP_Instance instance) {
+struct PP_Var Pnacl_M14_PPB_Instance_Private_GetOwnerElementObject(PP_Instance instance) {
const struct PPB_Instance_Private_0_1 *iface = Pnacl_WrapperInfo_PPB_Instance_Private_0_1.real_iface;
return iface->GetOwnerElementObject(instance);
}
static __attribute__((pnaclcall))
-struct PP_Var Pnacl_M13_PPB_Instance_Private_ExecuteScript(PP_Instance instance, struct PP_Var script, struct PP_Var* exception) {
+struct PP_Var Pnacl_M14_PPB_Instance_Private_ExecuteScript(PP_Instance instance, struct PP_Var script, struct PP_Var* exception) {
const struct PPB_Instance_Private_0_1 *iface = Pnacl_WrapperInfo_PPB_Instance_Private_0_1.real_iface;
return iface->ExecuteScript(instance, script, exception);
}
@@ -4162,9 +4162,9 @@
};
struct PPB_Instance_Private_0_1 Pnacl_Wrappers_PPB_Instance_Private_0_1 = {
- .GetWindowObject = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M13_PPB_Instance_Private_GetWindowObject,
- .GetOwnerElementObject = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M13_PPB_Instance_Private_GetOwnerElementObject,
- .ExecuteScript = (struct PP_Var (*)(PP_Instance instance, struct PP_Var script, struct PP_Var* exception))&Pnacl_M13_PPB_Instance_Private_ExecuteScript
+ .GetWindowObject = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M14_PPB_Instance_Private_GetWindowObject,
+ .GetOwnerElementObject = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M14_PPB_Instance_Private_GetOwnerElementObject,
+ .ExecuteScript = (struct PP_Var (*)(PP_Instance instance, struct PP_Var script, struct PP_Var* exception))&Pnacl_M14_PPB_Instance_Private_ExecuteScript
};
struct PPB_NetAddress_Private_0_1 Pnacl_Wrappers_PPB_NetAddress_Private_0_1 = {
« ppapi/generators/test_namespace/foo.idl ('K') | « ppapi/generators/test_parser/enum.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698