| Index: media/blink/webmediaplayer_impl.cc
|
| diff --git a/media/blink/webmediaplayer_impl.cc b/media/blink/webmediaplayer_impl.cc
|
| index 88934a48a32fddb4c6d990f409ae191112b35b90..be4e7ba8ba58140b8fc7b65c7b7b125bb81c3619 100644
|
| --- a/media/blink/webmediaplayer_impl.cc
|
| +++ b/media/blink/webmediaplayer_impl.cc
|
| @@ -1503,6 +1503,7 @@ void WebMediaPlayerImpl::NotifyDownloading(bool is_downloading) {
|
| }
|
|
|
| void WebMediaPlayerImpl::OnSurfaceCreated(int surface_id) {
|
| + DVLOG(1) << __func__;
|
| overlay_surface_id_ = surface_id;
|
| if (!set_surface_cb_.is_null()) {
|
| // If restart is required, the callback is one-shot only.
|
| @@ -1519,6 +1520,7 @@ void WebMediaPlayerImpl::OnSurfaceRequested(
|
| DCHECK(main_task_runner_->BelongsToCurrentThread());
|
| DCHECK(surface_manager_);
|
| DCHECK(!use_fallback_path_);
|
| + DVLOG(1) << __func__;
|
|
|
| // A null callback indicates that the decoder is going away.
|
| if (set_surface_cb.is_null()) {
|
|
|