| Index: content/renderer/pepper/pepper_platform_video_capture.h
|
| diff --git a/content/renderer/pepper/pepper_platform_video_capture.h b/content/renderer/pepper/pepper_platform_video_capture.h
|
| index 5ecde2e73de6224d371e561f00cf59b0ae6b58eb..1a4ba3a5b465495c4a3cac9ff96c025ee3fa5b9f 100644
|
| --- a/content/renderer/pepper/pepper_platform_video_capture.h
|
| +++ b/content/renderer/pepper/pepper_platform_video_capture.h
|
| @@ -42,7 +42,7 @@ class PepperPlatformVideoCapture
|
| // media::VideoCapture implementation.
|
| virtual void StartCapture(
|
| media::VideoCapture::EventHandler* handler,
|
| - const media::VideoCaptureCapability& capability) OVERRIDE;
|
| + const media::VideoCaptureParams& params) OVERRIDE;
|
| virtual void StopCapture(media::VideoCapture::EventHandler* handler) OVERRIDE;
|
| virtual bool CaptureStarted() OVERRIDE;
|
| virtual int CaptureWidth() OVERRIDE;
|
| @@ -60,7 +60,7 @@ class PepperPlatformVideoCapture
|
| const scoped_refptr<media::VideoFrame>& frame) OVERRIDE;
|
| virtual void OnDeviceInfoReceived(
|
| VideoCapture* capture,
|
| - const media::VideoCaptureParams& device_info) OVERRIDE;
|
| + const media::VideoCaptureFormat& device_info) OVERRIDE;
|
|
|
| protected:
|
| friend class base::RefCounted<PepperPlatformVideoCapture>;
|
|
|