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

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

Issue 171333003: Pass implementation object to supplemental classes by reference (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 10 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.h
diff --git a/Source/modules/mediasource/HTMLVideoElementMediaSource.h b/Source/modules/mediasource/HTMLVideoElementMediaSource.h
index f00e06aecf5b557f5b74ba1615629ef51b634f68..7263d266f22305f2f308a8fe2ac036e3b3612baf 100644
--- a/Source/modules/mediasource/HTMLVideoElementMediaSource.h
+++ b/Source/modules/mediasource/HTMLVideoElementMediaSource.h
@@ -41,7 +41,7 @@ class VideoPlaybackQuality;
class HTMLVideoElementMediaSource {
public:
- static PassRefPtrWillBeRawPtr<VideoPlaybackQuality> getVideoPlaybackQuality(HTMLVideoElement*);
+ static PassRefPtrWillBeRawPtr<VideoPlaybackQuality> getVideoPlaybackQuality(HTMLVideoElement&);
private:
HTMLVideoElementMediaSource();

Powered by Google App Engine
This is Rietveld 408576698