| Index: media/video/capture/video_capture_proxy.h
|
| diff --git a/media/video/capture/video_capture_proxy.h b/media/video/capture/video_capture_proxy.h
|
| index fbb75776abe9773296ac1ab5c3c949489566adcf..97abc98c85383a3e019f0c1cbda3119df382b230 100644
|
| --- a/media/video/capture/video_capture_proxy.h
|
| +++ b/media/video/capture/video_capture_proxy.h
|
| @@ -54,7 +54,7 @@ class MEDIA_EXPORT VideoCaptureHandlerProxy
|
| const scoped_refptr<VideoFrame>& frame) OVERRIDE;
|
| virtual void OnDeviceInfoReceived(
|
| VideoCapture* capture,
|
| - const VideoCaptureParams& device_info) OVERRIDE;
|
| + const VideoCaptureFormat& device_info) OVERRIDE;
|
|
|
| private:
|
| // Called on main thread.
|
| @@ -79,7 +79,7 @@ class MEDIA_EXPORT VideoCaptureHandlerProxy
|
| const scoped_refptr<VideoFrame>& frame);
|
| void OnDeviceInfoReceivedOnMainThread(VideoCapture* capture,
|
| const VideoCaptureState& state,
|
| - const VideoCaptureParams& device_info);
|
| + const VideoCaptureFormat& device_info);
|
|
|
| // Only accessed from main thread.
|
| VideoCapture::EventHandler* proxied_;
|
|
|