| Index: content/renderer/media/media_stream_video_source.h
|
| diff --git a/content/renderer/media/media_stream_video_source.h b/content/renderer/media/media_stream_video_source.h
|
| index cbf8c826460d4db933f61945d3b310e338ab2d10..3aed40a84cd839e996bff76ce738ee289a18638e 100644
|
| --- a/content/renderer/media/media_stream_video_source.h
|
| +++ b/content/renderer/media/media_stream_video_source.h
|
| @@ -81,6 +81,7 @@ class CONTENT_EXPORT MediaStreamVideoSource
|
| static const int kDefaultWidth;
|
| static const int kDefaultHeight;
|
| static const int kDefaultFrameRate;
|
| + static const int kUnknownFrameRate;
|
|
|
| protected:
|
| virtual void DoStopSource() OVERRIDE;
|
|
|