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

Unified Diff: ppapi/cpp/dev/video_capture_dev.h

Issue 9372122: Make VideoCapture_Dev backward compatible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 10 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
« no previous file with comments | « ppapi/api/dev/ppb_video_capture_dev.idl ('k') | ppapi/cpp/dev/video_capture_dev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/video_capture_dev.h
diff --git a/ppapi/cpp/dev/video_capture_dev.h b/ppapi/cpp/dev/video_capture_dev.h
index 712f9e895e29c6828c5f38ff7b680766be0b1090..57f6e1d67aa3a3ed9d127371b3c9a1dcfa4dc636 100644
--- a/ppapi/cpp/dev/video_capture_dev.h
+++ b/ppapi/cpp/dev/video_capture_dev.h
@@ -53,6 +53,10 @@ class VideoCapture_Dev : public Resource {
// Not owned by this object.
EnumerateDevicesState* enum_state_;
+
+ // Used to store the arguments of Open() when using the v0.1 interface.
+ PP_VideoCaptureDeviceInfo_Dev requested_info_;
+ uint32_t buffer_count_;
};
} // namespace pp
« no previous file with comments | « ppapi/api/dev/ppb_video_capture_dev.idl ('k') | ppapi/cpp/dev/video_capture_dev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698