| Index: Source/modules/mediasource/HTMLVideoElementMediaSource.cpp
|
| diff --git a/Source/modules/mediasource/HTMLVideoElementMediaSource.cpp b/Source/modules/mediasource/HTMLVideoElementMediaSource.cpp
|
| index 1c92ffe5cfe82adaf38f387921e6e3124b0180a3..3300bdb2064c11f320384619418d8af2fbb78aa7 100644
|
| --- a/Source/modules/mediasource/HTMLVideoElementMediaSource.cpp
|
| +++ b/Source/modules/mediasource/HTMLVideoElementMediaSource.cpp
|
| @@ -40,7 +40,7 @@ HTMLVideoElementMediaSource::HTMLVideoElementMediaSource() { }
|
|
|
| HTMLVideoElementMediaSource::~HTMLVideoElementMediaSource() { }
|
|
|
| -PassRefPtrWillBeRawPtr<VideoPlaybackQuality> HTMLVideoElementMediaSource::getVideoPlaybackQuality(HTMLVideoElement& videoElement)
|
| +VideoPlaybackQuality* HTMLVideoElementMediaSource::getVideoPlaybackQuality(HTMLVideoElement& videoElement)
|
| {
|
| unsigned total = 0;
|
| unsigned dropped = 0;
|
|
|