Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(832)

Unified Diff: media/base/video_frame.h

Issue 8520033: Add OVERRIDE to media/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/base/message_loop_factory_impl.h ('k') | media/filters/audio_renderer_algorithm_default.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « media/base/message_loop_factory_impl.h ('k') | media/filters/audio_renderer_algorithm_default.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698