Index: ppapi/proxy/video_source_resource.h |
diff --git a/ppapi/proxy/video_source_resource.h b/ppapi/proxy/video_source_resource.h |
index 23d7240706be71bac77466f6d07d2bc472d88b40..c8bba19b36b324a0c1af0162ea52a4d3163be69f 100644 |
--- a/ppapi/proxy/video_source_resource.h |
+++ b/ppapi/proxy/video_source_resource.h |
@@ -52,7 +52,7 @@ class PPAPI_PROXY_EXPORT VideoSourceResource |
const ResourceMessageReplyParams& reply_params, |
const HostResource& image_data, |
const PP_ImageDataDesc& image_desc_data, |
- int fd, |
+ int shmem_key, |
PP_TimeTicks timestamp); |
scoped_refptr<TrackedCallback> open_callback_; |