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

Unified Diff: media/filters/audio_renderer_algorithm_default.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/video_frame.h ('k') | media/filters/audio_renderer_algorithm_ola.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/audio_renderer_algorithm_default.h
diff --git a/media/filters/audio_renderer_algorithm_default.h b/media/filters/audio_renderer_algorithm_default.h
index 510df8b14cbf184ab10f9f32e36c5087b397b733..65251cd728ae0e3f1200841fa8df22f885add311 100644
--- a/media/filters/audio_renderer_algorithm_default.h
+++ b/media/filters/audio_renderer_algorithm_default.h
@@ -20,7 +20,7 @@ class AudioRendererAlgorithmDefault : public AudioRendererAlgorithmBase {
virtual ~AudioRendererAlgorithmDefault();
// AudioRendererAlgorithmBase implementation
- virtual uint32 FillBuffer(uint8* dest, uint32 length);
+ virtual uint32 FillBuffer(uint8* dest, uint32 length) OVERRIDE;
private:
DISALLOW_COPY_AND_ASSIGN(AudioRendererAlgorithmDefault);
« no previous file with comments | « media/base/video_frame.h ('k') | media/filters/audio_renderer_algorithm_ola.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698