| 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 284123addec796a4fd0b10c24e0ec5dc6d0fc97d..77790046a0ac22889309ce8ae308e53d3728a933 100644
|
| --- a/content/renderer/media/android/webmediaplayer_android.cc
|
| +++ b/content/renderer/media/android/webmediaplayer_android.cc
|
| @@ -1272,12 +1272,6 @@
|
| current_frame_ = video_frame;
|
| }
|
|
|
| -bool WebMediaPlayerAndroid::UpdateCurrentFrame(base::TimeTicks deadline_min,
|
| - base::TimeTicks deadline_max) {
|
| - NOTIMPLEMENTED();
|
| - return false;
|
| -}
|
| -
|
| scoped_refptr<media::VideoFrame> WebMediaPlayerAndroid::GetCurrentFrame() {
|
| scoped_refptr<VideoFrame> video_frame;
|
| {
|
| @@ -1288,7 +1282,8 @@
|
| return video_frame;
|
| }
|
|
|
| -void WebMediaPlayerAndroid::PutCurrentFrame() {
|
| +void WebMediaPlayerAndroid::PutCurrentFrame(
|
| + const scoped_refptr<media::VideoFrame>& frame) {
|
| }
|
|
|
| void WebMediaPlayerAndroid::ResetStreamTextureProxy() {
|
|
|