| Index: media/cast/video_sender/video_sender.cc
|
| diff --git a/media/cast/video_sender/video_sender.cc b/media/cast/video_sender/video_sender.cc
|
| index 355cdef6f846dbfabfc22e67a9a648795d582281..e5fb7456d2a99b2d59b8eca9db874dee3c113aa1 100644
|
| --- a/media/cast/video_sender/video_sender.cc
|
| +++ b/media/cast/video_sender/video_sender.cc
|
| @@ -274,7 +274,7 @@ void VideoSender::SendRtcpReport() {
|
|
|
| // TODO(pwestin): When we start pulling out the logging by other means we need
|
| // to synchronize this.
|
| - cast_environment_->Logging()->Reset();
|
| + cast_environment_->Logging()->ResetRaw();
|
| ScheduleNextRtcpReport();
|
| }
|
|
|
|
|