| Index: media/video/capture/video_capture_types.h
|
| diff --git a/media/video/capture/video_capture_types.h b/media/video/capture/video_capture_types.h
|
| index a6a13a81b070cb33224012525bda8b8dc1911c18..a791b4e9eb4e9ff498993e55ead2323f8f05d903 100644
|
| --- a/media/video/capture/video_capture_types.h
|
| +++ b/media/video/capture/video_capture_types.h
|
| @@ -46,6 +46,7 @@ class MEDIA_EXPORT VideoCaptureFormat {
|
| float frame_rate,
|
| VideoPixelFormat pixel_format);
|
|
|
| + std::string ToString() const;
|
| static std::string PixelFormatToString(VideoPixelFormat format);
|
|
|
| // Checks that all values are in the expected range. All limits are specified
|
|
|