| Index: content/renderer/pepper/pepper_video_capture_host.h
|
| diff --git a/content/renderer/pepper/pepper_video_capture_host.h b/content/renderer/pepper/pepper_video_capture_host.h
|
| index ab6a3046a2daed39c55031a7db8ea8794c5705cd..d8a4fea4126d126e05f0abd99c48f24c23702962 100644
|
| --- a/content/renderer/pepper/pepper_video_capture_host.h
|
| +++ b/content/renderer/pepper/pepper_video_capture_host.h
|
| @@ -49,7 +49,7 @@ class PepperVideoCaptureHost
|
| const scoped_refptr<media::VideoFrame>& frame) OVERRIDE;
|
| virtual void OnDeviceInfoReceived(
|
| media::VideoCapture* capture,
|
| - const media::VideoCaptureParams& device_info) OVERRIDE;
|
| + const media::VideoCaptureFormat& device_info) OVERRIDE;
|
|
|
| private:
|
| int32_t OnOpen(ppapi::host::HostMessageContext* context,
|
| @@ -91,7 +91,7 @@ class PepperVideoCaptureHost
|
| std::vector<BufferInfo> buffers_;
|
| size_t buffer_count_hint_;
|
|
|
| - media::VideoCaptureCapability capability_;
|
| + media::VideoCaptureParams param_request_;
|
|
|
| PP_VideoCaptureStatus_Dev status_;
|
|
|
|
|