| Index: content/renderer/media/android/webmediaplayer_android.cc
|
| diff --git a/content/renderer/media/android/webmediaplayer_android.cc b/content/renderer/media/android/webmediaplayer_android.cc
|
| index 518a138d6a73bdcd90be7a9b93181e4b16c6ebe9..48f358c90dd5f266eb9237bbf6aa9e5debe1f969 100644
|
| --- a/content/renderer/media/android/webmediaplayer_android.cc
|
| +++ b/content/renderer/media/android/webmediaplayer_android.cc
|
| @@ -1148,8 +1148,8 @@ void WebMediaPlayerAndroid::TryCreateStreamTextureProxyIfNeeded() {
|
| return;
|
|
|
| DCHECK(!texture_id_);
|
| - stream_texture_proxy_.reset(stream_texture_factory_->CreateProxy(
|
| - kGLTextureExternalOES, &texture_id_, &texture_mailbox_));
|
| + stream_texture_proxy_ = stream_texture_factory_->CreateProxy(
|
| + kGLTextureExternalOES, &texture_id_, &texture_mailbox_);
|
| if (!stream_texture_proxy_)
|
| return;
|
| ReallocateVideoFrame();
|
|
|