| Index: content/renderer/media/video_capture_impl.h
|
| diff --git a/content/renderer/media/video_capture_impl.h b/content/renderer/media/video_capture_impl.h
|
| index 2ed7717158ac7b34fce82fbc8fff052b5709f1c3..c04e61634efbd2dd39013dfc6c7df26277c9614f 100644
|
| --- a/content/renderer/media/video_capture_impl.h
|
| +++ b/content/renderer/media/video_capture_impl.h
|
| @@ -134,7 +134,7 @@ class CONTENT_EXPORT VideoCaptureImpl
|
| ClientInfo clients_pending_on_filter_;
|
| ClientInfo clients_pending_on_restart_;
|
|
|
| - media::VideoCaptureCapability::Format video_type_;
|
| + media::VideoPixelFormat video_type_;
|
|
|
| // Member capture_format_ represents the video format requested by the client
|
| // to this class via DoStartCaptureOnCaptureThread.
|
|
|