summaryrefslogtreecommitdiffstats
path: root/media/blink/video_frame_compositor.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/blink/video_frame_compositor.h')
-rw-r--r--media/blink/video_frame_compositor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/media/blink/video_frame_compositor.h b/media/blink/video_frame_compositor.h
index 9fc8b6a..a76c122 100644
--- a/media/blink/video_frame_compositor.h
+++ b/media/blink/video_frame_compositor.h
@@ -44,10 +44,10 @@ class MEDIA_EXPORT VideoFrameCompositor
// cc::VideoFrameProvider implementation.
virtual void SetVideoFrameProviderClient(
- cc::VideoFrameProvider::Client* client) OVERRIDE;
- virtual scoped_refptr<VideoFrame> GetCurrentFrame() OVERRIDE;
+ cc::VideoFrameProvider::Client* client) override;
+ virtual scoped_refptr<VideoFrame> GetCurrentFrame() override;
virtual void PutCurrentFrame(
- const scoped_refptr<VideoFrame>& frame) OVERRIDE;
+ const scoped_refptr<VideoFrame>& frame) override;
// Updates the current frame and notifies the compositor.
void UpdateCurrentFrame(const scoped_refptr<VideoFrame>& frame);