Index: ppapi/proxy/serialized_structs.h |
diff --git a/ppapi/proxy/serialized_structs.h b/ppapi/proxy/serialized_structs.h |
index 1779fd8b72fb07abfe7c28111b6e007cb7317cdb..e577a8f04bb1c8f9de9764cf95d9109057a56708 100644 |
--- a/ppapi/proxy/serialized_structs.h |
+++ b/ppapi/proxy/serialized_structs.h |
@@ -164,6 +164,9 @@ class PPAPI_PROXY_EXPORT SerializedHandle { |
return Header(type_, size_); |
} |
+ // Closes the handle and sets it to invalid. |
+ void Close(); |
+ |
// Write/Read a Header, which contains all the data except the handle. This |
// allows us to write the handle in a platform-specific way, as is necessary |
// in NaClIPCAdapter to share handles with NaCl from Windows. |