Index: content/renderer/media/android/stream_texture_factory_impl.cc |
diff --git a/content/renderer/media/android/stream_texture_factory_impl.cc b/content/renderer/media/android/stream_texture_factory_impl.cc |
index 09466c5cef547b1b21b00d85ef18bf3c5f007e7b..48b5861ddb6da16ac9a43e5826ce01fb7269eee2 100644 |
--- a/content/renderer/media/android/stream_texture_factory_impl.cc |
+++ b/content/renderer/media/android/stream_texture_factory_impl.cc |
@@ -24,12 +24,12 @@ class StreamTextureProxyImpl : public StreamTextureProxy, |
// 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; |
// StreamTextureHost::Listener implementation: |
- virtual void OnFrameAvailable() OVERRIDE; |
- virtual void OnMatrixChanged(const float matrix[16]) OVERRIDE; |
+ virtual void OnFrameAvailable() override; |
+ virtual void OnMatrixChanged(const float matrix[16]) override; |
private: |
void BindOnThread(int32 stream_id); |