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

Unified Diff: ppapi/proxy/video_source_resource.h

Issue 15039009: Add PPAPI tests for VideoSource and VideoDestination resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix proxy so basic tests pass. Created 7 years, 7 months 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/video_source_resource.h
diff --git a/ppapi/proxy/video_source_resource.h b/ppapi/proxy/video_source_resource.h
index 641a723ea9af398287e1d6bd583d1b3d8d920ffd..ae948d787d2b91445a1e0aa4b28a09998e0adc46 100644
--- a/ppapi/proxy/video_source_resource.h
+++ b/ppapi/proxy/video_source_resource.h
@@ -45,11 +45,13 @@ class PPAPI_PROXY_EXPORT VideoSourceResource
private:
void OnPluginMsgOpenComplete(
- const ResourceMessageReplyParams& params);
+ const ResourceMessageReplyParams& reply_params);
void OnPluginMsgGetFrameComplete(
PP_VideoFrame_Private* frame,
- const ResourceMessageReplyParams& params,
+ const ResourceMessageReplyParams& reply_params,
const HostResource& image_data,
+ const std::string& image_desc_data,
+ int fd,
PP_TimeTicks timestamp);
scoped_refptr<TrackedCallback> open_callback_;

Powered by Google App Engine
This is Rietveld 408576698