Chromium Code Reviews| Index: ppapi/thunk/ppb_video_capture_api.h |
| diff --git a/ppapi/thunk/ppb_video_capture_api.h b/ppapi/thunk/ppb_video_capture_api.h |
| index 117b49566a8a77198b88625c13ef8ae8a5feff47..abb265893cb44eb57eab8fc8ab5c9d01400ad3b7 100644 |
| --- a/ppapi/thunk/ppb_video_capture_api.h |
| +++ b/ppapi/thunk/ppb_video_capture_api.h |
| @@ -33,11 +33,6 @@ class PPB_VideoCapture_API { |
| virtual int32_t StopCapture() = 0; |
| virtual void Close() = 0; |
| - // For backward compatibility. |
| - virtual int32_t StartCapture0_1( |
| - const PP_VideoCaptureDeviceInfo_Dev& requested_info, |
| - uint32_t buffer_count) = 0; |
| - |
| // This function is not exposed through the C API, but returns the internal |
| // data for easy proxying. |
| virtual const std::vector<DeviceRefData>& GetDeviceRefData() const = 0; |
|
yzshen1
2012/11/06 06:51:40
I don't think you still need this.
victorhsieh
2012/11/08 09:20:18
Done.
yzshen1
2012/11/10 01:14:40
As I said in the other file, we can remove it beca
|