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

Unified Diff: ppapi/proxy/resource_message_params.h

Issue 11274036: Refactor video capture to new design (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: bind callback Created 8 years, 1 month 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/proxy/resource_message_params.h
diff --git a/ppapi/proxy/resource_message_params.h b/ppapi/proxy/resource_message_params.h
index bc522343e5e9d4b0dcb3d6bcbda001abc02bf3a7..6c7fef69a23181d8d7d73543c5dd305f90f02699 100644
--- a/ppapi/proxy/resource_message_params.h
+++ b/ppapi/proxy/resource_message_params.h
@@ -45,6 +45,8 @@ class PPAPI_PROXY_EXPORT ResourceMessageParams {
base::SharedMemoryHandle* handle) const;
bool GetSocketHandleAtIndex(size_t index,
IPC::PlatformFileForTransit* handle) const;
+ void GetAllSharedMemoryHandles(
yzshen1 2012/11/06 06:51:40 Please see my recent change http://src.chromium.or
victorhsieh 2012/11/08 09:20:18 Done.
+ std::vector<base::SharedMemoryHandle>* handles) const;
// Appends the given handle to the list of handles sent with the call or
// reply.

Powered by Google App Engine
This is Rietveld 408576698