Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2340)

Unified Diff: Source/modules/mediasource/HTMLVideoElementMediaSource.cpp

Issue 270253004: Enable oilpan in modules/mediasource (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698