Index: content/renderer/media/android/stream_texture_factory_synchronous_impl.cc |
diff --git a/content/renderer/media/android/stream_texture_factory_synchronous_impl.cc b/content/renderer/media/android/stream_texture_factory_synchronous_impl.cc |
index c6eb63d931d4de172fb2a2c4b9e3a5a798e1b8f8..9c0d61ab8619652260d23651f8fa44150ee1d663 100644 |
--- a/content/renderer/media/android/stream_texture_factory_synchronous_impl.cc |
+++ b/content/renderer/media/android/stream_texture_factory_synchronous_impl.cc |
@@ -31,13 +31,13 @@ class StreamTextureProxyImpl |
public: |
explicit StreamTextureProxyImpl( |
StreamTextureFactorySynchronousImpl::ContextProvider* provider); |
- virtual ~StreamTextureProxyImpl(); |
+ ~StreamTextureProxyImpl() override; |
// StreamTextureProxy implementation: |
- virtual void BindToLoop(int32 stream_id, |
- cc::VideoFrameProvider::Client* client, |
- scoped_refptr<base::MessageLoopProxy> loop) override; |
- virtual void Release() override; |
+ void BindToLoop(int32 stream_id, |
+ cc::VideoFrameProvider::Client* client, |
+ scoped_refptr<base::MessageLoopProxy> loop) override; |
+ void Release() override; |
private: |
void BindOnThread(int32 stream_id); |