| Index: cc/layers/video_frame_provider_client_impl.h
|
| diff --git a/cc/layers/video_frame_provider_client_impl.h b/cc/layers/video_frame_provider_client_impl.h
|
| index e676d0b81d28e70fb67a7fef9d8447c4880660e2..c2d65997cf4508fbe7199a218b75b14007c0a531 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);
|
|
|