| Index: content/renderer/media/webmediaplayer_impl.h
|
| diff --git a/content/renderer/media/webmediaplayer_impl.h b/content/renderer/media/webmediaplayer_impl.h
|
| index a1e05ebda624c33a133d42a095a27415dc42148b..4911eb1ec195499e09025570f7b4d1fa5270f719 100644
|
| --- a/content/renderer/media/webmediaplayer_impl.h
|
| +++ b/content/renderer/media/webmediaplayer_impl.h
|
| @@ -231,10 +231,6 @@ class WebMediaPlayerImpl
|
| void OnNaturalSizeChanged(gfx::Size size);
|
| void OnOpacityChanged(bool opaque);
|
|
|
| - // Called by VideoRendererImpl on its internal thread with the new frame to be
|
| - // painted.
|
| - void FrameReady(const scoped_refptr<media::VideoFrame>& frame);
|
| -
|
| // Requests that this object notifies when a decryptor is ready through the
|
| // |decryptor_ready_cb| provided.
|
| // If |decryptor_ready_cb| is null, the existing callback will be fired with
|
|
|