| Index: media/blink/webmediaplayer_impl.cc
|
| diff --git a/media/blink/webmediaplayer_impl.cc b/media/blink/webmediaplayer_impl.cc
|
| index 7438ce461070ccbe6fb638600e840bf9d04d78cc..0578c9a778d2aae5cbad59d9e3f30d8237db3e79 100644
|
| --- a/media/blink/webmediaplayer_impl.cc
|
| +++ b/media/blink/webmediaplayer_impl.cc
|
| @@ -912,7 +912,7 @@ void WebMediaPlayerImpl::OnPipelineSuspended() {
|
| if (isRemote()) {
|
| scoped_refptr<VideoFrame> frame = cast_impl_.GetCastingBanner();
|
| if (frame)
|
| - compositor_->PaintFrameUsingOldRenderingPath(frame);
|
| + compositor_->PaintSingleFrame(frame);
|
| }
|
| #endif
|
|
|
| @@ -1198,7 +1198,7 @@ void WebMediaPlayerImpl::SuspendForRemote() {
|
| if (pipeline_controller_.IsPipelineSuspended()) {
|
| scoped_refptr<VideoFrame> frame = cast_impl_.GetCastingBanner();
|
| if (frame)
|
| - compositor_->PaintFrameUsingOldRenderingPath(frame);
|
| + compositor_->PaintSingleFrame(frame);
|
| }
|
|
|
| UpdatePlayState();
|
|
|