Chromium Code Reviews| Index: webkit/media/android/webmediaplayer_android.cc |
| =================================================================== |
| --- webkit/media/android/webmediaplayer_android.cc (revision 161170) |
| +++ webkit/media/android/webmediaplayer_android.cc (working copy) |
| @@ -455,6 +455,7 @@ |
| video_frame_.reset(new WebVideoFrameImpl(VideoFrame::WrapNativeTexture( |
| texture_id_, kGLTextureExternalOES, natural_size_, natural_size_, |
| base::TimeDelta(), |
| + VideoFrame::ReadPixelsCB(), |
| base::Closure()))); |
| } |
| } |