| Index: webkit/media/android/webmediaplayer_android.cc
|
| diff --git a/webkit/media/android/webmediaplayer_android.cc b/webkit/media/android/webmediaplayer_android.cc
|
| index 468e180490b80c8142a554c1af4f4a3bb3ae1d76..6c0722cee6fd16ab5f4f856aa55c805e21593d73 100644
|
| --- a/webkit/media/android/webmediaplayer_android.cc
|
| +++ b/webkit/media/android/webmediaplayer_android.cc
|
| @@ -376,8 +376,8 @@ void WebMediaPlayerAndroid::WillDestroyCurrentMessageLoop() {
|
| void WebMediaPlayerAndroid::ReallocateVideoFrame() {
|
| if (texture_id_) {
|
| video_frame_.reset(new WebVideoFrameImpl(VideoFrame::WrapNativeTexture(
|
| - texture_id_, kGLTextureExternalOES, natural_size_, natural_size_,
|
| - base::TimeDelta(),
|
| + texture_id_, kGLTextureExternalOES, natural_size_,
|
| + gfx::Rect(natural_size_), natural_size_, base::TimeDelta(),
|
| VideoFrame::ReadPixelsCB(),
|
| base::Closure())));
|
| }
|
|
|