| Index: media/base/video_frame.h
|
| diff --git a/media/base/video_frame.h b/media/base/video_frame.h
|
| index 50ea32bf935586a8e6dbe4d047b8ba7c44e496ef..ab965440f70cb7f46ceb12f3db192c1b9edb0133 100644
|
| --- a/media/base/video_frame.h
|
| +++ b/media/base/video_frame.h
|
| @@ -79,7 +79,7 @@ class MEDIA_EXPORT VideoFrame : public StreamSample {
|
| uint8* data(size_t plane) const;
|
|
|
| // StreamSample interface.
|
| - virtual bool IsEndOfStream() const;
|
| + virtual bool IsEndOfStream() const OVERRIDE;
|
|
|
| protected:
|
| // Clients must use the static CreateFrame() method to create a new frame.
|
|
|