| Index: webkit/plugins/ppapi/ppb_video_capture_impl.h
|
| ===================================================================
|
| --- webkit/plugins/ppapi/ppb_video_capture_impl.h (revision 148913)
|
| +++ webkit/plugins/ppapi/ppb_video_capture_impl.h (working copy)
|
| @@ -55,6 +55,7 @@
|
| virtual int32_t InternalEnumerateDevices(
|
| PP_Resource* devices,
|
| scoped_refptr< ::ppapi::TrackedCallback> callback) OVERRIDE;
|
| + virtual int32_t InternalStopEnumerateDevices(PP_Resource* devices) OVERRIDE;
|
| virtual int32_t InternalOpen(
|
| const std::string& device_id,
|
| const PP_VideoCaptureDeviceInfo_Dev& requested_info,
|
|
|