Index: src/untrusted/irt/irt.h |
=================================================================== |
--- src/untrusted/irt/irt.h (revision 9574) |
+++ src/untrusted/irt/irt.h (working copy) |
@@ -147,6 +147,7 @@ |
}; |
#define NACL_IRT_PPAPIHOOK_v0_1 "nacl-irt-ppapihook-0.1" |
+#define NACL_IRT_PPAPIHOOK_SHIMMED_v0_1 "nacl-irt-ppapihook-shimmed-0.1" |
jvoung (off chromium)
2012/08/27 21:53:58
I think Roland recommended to having this in irt.h
Robert Muth (chromium)
2012/08/28 14:18:01
Done.
|
struct nacl_irt_ppapihook { |
int (*ppapi_start)(const struct PP_StartFunctions *); |
void (*ppapi_register_thread_creator)(const struct PP_ThreadFunctions *); |