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

Unified Diff: media/filters/audio_renderer_algorithm_ola.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/audio_renderer_algorithm_default.h ('k') | media/filters/audio_renderer_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/audio_renderer_algorithm_ola.h
diff --git a/media/filters/audio_renderer_algorithm_ola.h b/media/filters/audio_renderer_algorithm_ola.h
index 88fd30510a8fdff25d84e9b007f69899bb23303f..8cefcbf3e7ca76668e6221894b7b00a1151f9da4 100644
--- a/media/filters/audio_renderer_algorithm_ola.h
+++ b/media/filters/audio_renderer_algorithm_ola.h
@@ -26,9 +26,9 @@ class MEDIA_EXPORT AudioRendererAlgorithmOLA
virtual ~AudioRendererAlgorithmOLA();
// AudioRendererAlgorithmBase implementation
- virtual uint32 FillBuffer(uint8* dest, uint32 length);
+ virtual uint32 FillBuffer(uint8* dest, uint32 length) OVERRIDE;
- virtual void set_playback_rate(float new_rate);
+ virtual void set_playback_rate(float new_rate) OVERRIDE;
private:
FRIEND_TEST_ALL_PREFIXES(AudioRendererAlgorithmOLATest,
« no previous file with comments | « media/filters/audio_renderer_algorithm_default.h ('k') | media/filters/audio_renderer_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698