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

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

Issue 11274036: Refactor video capture to new design (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: export 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
« no previous file with comments | « ppapi/c/dev/ppb_video_capture_dev.h ('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 87ce50d3d31908b236ee733ff97df28f34011e83..45d68c62f6d47b54040d3d60701071846846c5e9 100644
--- a/ppapi/cpp/dev/video_capture_dev.h
+++ b/ppapi/cpp/dev/video_capture_dev.h
@@ -37,11 +37,6 @@ class VideoCapture_Dev : public Resource {
int32_t ReuseBuffer(uint32_t buffer);
int32_t StopCapture();
void Close();
-
- private:
- // 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/c/dev/ppb_video_capture_dev.h ('k') | ppapi/cpp/dev/video_capture_dev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698