summaryrefslogtreecommitdiffstats
path: root/cc/layers/video_frame_provider_client_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layers/video_frame_provider_client_impl.h')
-rw-r--r--cc/layers/video_frame_provider_client_impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/layers/video_frame_provider_client_impl.h b/cc/layers/video_frame_provider_client_impl.h
index e676d0b..c2d6599 100644
--- a/cc/layers/video_frame_provider_client_impl.h
+++ b/cc/layers/video_frame_provider_client_impl.h
@@ -39,9 +39,9 @@ class VideoFrameProviderClientImpl
// VideoFrameProvider::Client implementation. These methods are all callable
// on any thread.
- virtual void StopUsingProvider() OVERRIDE;
- virtual void DidReceiveFrame() OVERRIDE;
- virtual void DidUpdateMatrix(const float* matrix) OVERRIDE;
+ virtual void StopUsingProvider() override;
+ virtual void DidReceiveFrame() override;
+ virtual void DidUpdateMatrix(const float* matrix) override;
private:
explicit VideoFrameProviderClientImpl(VideoFrameProvider* provider);