| 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 57f6ec674e8f4de47622732a18b40f4cad080f85..5c0fb59065cdb91a5b37e7096ace45b6768d1199 100644
|
| --- a/content/renderer/media/android/stream_texture_factory_synchronous_impl.cc
|
| +++ b/content/renderer/media/android/stream_texture_factory_synchronous_impl.cc
|
| @@ -36,8 +36,8 @@ class StreamTextureProxyImpl
|
| // StreamTextureProxy implementation:
|
| virtual void BindToLoop(int32 stream_id,
|
| cc::VideoFrameProvider::Client* client,
|
| - scoped_refptr<base::MessageLoopProxy> loop) OVERRIDE;
|
| - virtual void Release() OVERRIDE;
|
| + scoped_refptr<base::MessageLoopProxy> loop) override;
|
| + virtual void Release() override;
|
|
|
| private:
|
| void BindOnThread(int32 stream_id);
|
|
|