Index: ppapi/thunk/ppb_video_capture_api.h |
=================================================================== |
--- ppapi/thunk/ppb_video_capture_api.h (revision 148913) |
+++ ppapi/thunk/ppb_video_capture_api.h (working copy) |
@@ -24,6 +24,7 @@ |
virtual int32_t EnumerateDevices(PP_Resource* devices, |
scoped_refptr<TrackedCallback> callback) = 0; |
+ virtual int32_t StopEnumerateDevices(PP_Resource* devices) = 0; |
virtual int32_t Open(const std::string& device_id, |
const PP_VideoCaptureDeviceInfo_Dev& requested_info, |
uint32_t buffer_count, |