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

Unified Diff: media/blink/video_frame_compositor_unittest.cc

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/blink/video_frame_compositor.h ('k') | media/blink/webaudiosourceprovider_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/video_frame_compositor_unittest.cc
diff --git a/media/blink/video_frame_compositor_unittest.cc b/media/blink/video_frame_compositor_unittest.cc
index a7c46cac7a83999a2dfac86006ff141919400af0..4bceb242217864d66e016d1308a31d74eeec4ddc 100644
--- a/media/blink/video_frame_compositor_unittest.cc
+++ b/media/blink/video_frame_compositor_unittest.cc
@@ -40,11 +40,11 @@ class VideoFrameCompositorTest : public testing::Test,
private:
// cc::VideoFrameProvider::Client implementation.
- virtual void StopUsingProvider() OVERRIDE {}
- virtual void DidReceiveFrame() OVERRIDE {
+ virtual void StopUsingProvider() override {}
+ virtual void DidReceiveFrame() override {
++did_receive_frame_count_;
}
- virtual void DidUpdateMatrix(const float* matrix) OVERRIDE {}
+ virtual void DidUpdateMatrix(const float* matrix) override {}
void NaturalSizeChanged(gfx::Size natural_size) {
++natural_size_changed_count_;
« no previous file with comments | « media/blink/video_frame_compositor.h ('k') | media/blink/webaudiosourceprovider_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698