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

Unified Diff: media/filters/video_renderer_impl.h

Issue 623263003: replace OVERRIDE and FINAL with override and final in media/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months 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/video_frame_scheduler_proxy.h ('k') | media/filters/vpx_video_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/video_renderer_impl.h
diff --git a/media/filters/video_renderer_impl.h b/media/filters/video_renderer_impl.h
index a1f027dd41e6adc1108406f6443ebb83ad65ac05..3cda321e5d7ea61c820902f1f70efd2710c5fb15 100644
--- a/media/filters/video_renderer_impl.h
+++ b/media/filters/video_renderer_impl.h
@@ -66,12 +66,12 @@ class MEDIA_EXPORT VideoRendererImpl
const BufferingStateCB& buffering_state_cb,
const base::Closure& ended_cb,
const PipelineStatusCB& error_cb,
- const TimeDeltaCB& get_time_cb) OVERRIDE;
- virtual void Flush(const base::Closure& callback) OVERRIDE;
- virtual void StartPlayingFrom(base::TimeDelta timestamp) OVERRIDE;
+ const TimeDeltaCB& get_time_cb) override;
+ virtual void Flush(const base::Closure& callback) override;
+ virtual void StartPlayingFrom(base::TimeDelta timestamp) override;
// PlatformThread::Delegate implementation.
- virtual void ThreadMain() OVERRIDE;
+ virtual void ThreadMain() override;
private:
// Callback for |video_frame_stream_| initialization.
« no previous file with comments | « media/filters/video_frame_scheduler_proxy.h ('k') | media/filters/vpx_video_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698