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

Unified Diff: media/filters/null_video_renderer.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/filters/null_audio_renderer.h ('k') | media/filters/reference_audio_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/null_video_renderer.h
diff --git a/media/filters/null_video_renderer.h b/media/filters/null_video_renderer.h
index e3c3a6c1380eb2d69d8ef3a5aac4eaa1d146bf22..98d8deb264d7d6f30e9c22e7040ed7ebe965179e 100644
--- a/media/filters/null_video_renderer.h
+++ b/media/filters/null_video_renderer.h
@@ -14,9 +14,9 @@ class NullVideoRenderer : public VideoRendererBase {
NullVideoRenderer();
// VideoRendererBase implementation.
- virtual bool OnInitialize(VideoDecoder* decoder);
- virtual void OnStop(const base::Closure& callback);
- virtual void OnFrameAvailable();
+ virtual bool OnInitialize(VideoDecoder* decoder) OVERRIDE;
+ virtual void OnStop(const base::Closure& callback) OVERRIDE;
+ virtual void OnFrameAvailable() OVERRIDE;
private:
// Only allow to be deleted by reference counting.
« no previous file with comments | « media/filters/null_audio_renderer.h ('k') | media/filters/reference_audio_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698