Index: ppapi/native_client/src/trusted/plugin/plugin.h |
diff --git a/ppapi/native_client/src/trusted/plugin/plugin.h b/ppapi/native_client/src/trusted/plugin/plugin.h |
index 244c824b94f28aeef2b940a0066d3770c41a24be..a2e0c020bd36e0c44a85ad529fba0481747a243c 100644 |
--- a/ppapi/native_client/src/trusted/plugin/plugin.h |
+++ b/ppapi/native_client/src/trusted/plugin/plugin.h |
@@ -297,6 +297,8 @@ class Plugin : public pp::Instance { |
int32_t manifest_id_; |
PP_FileHandle nexe_handle_; |
+ uint64_t nexe_token_lo_; |
+ uint64_t nexe_token_hi_; |
const PPB_NaCl_Private* nacl_interface_; |
pp::UMAPrivate uma_interface_; |