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

Unified Diff: Source/platform/mediastream/RTCStatsRequest.h

Issue 173363002: Move mediastream module to oilpan transition types (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 7 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/platform/mediastream/RTCStatsRequest.h
diff --git a/Source/platform/mediastream/RTCStatsRequest.h b/Source/platform/mediastream/RTCStatsRequest.h
index 195beb36ebdd9b114e5a30efa76b08f8f80bfa47..d6949d91ffd3c6fdc9d7d302c42a94129659e72c 100644
--- a/Source/platform/mediastream/RTCStatsRequest.h
+++ b/Source/platform/mediastream/RTCStatsRequest.h
@@ -45,10 +45,10 @@ class RTCStatsRequest : public RefCounted<RTCStatsRequest> {
public:
virtual ~RTCStatsRequest() { }
- virtual PassRefPtr<RTCStatsResponseBase> createResponse() = 0;
+ virtual PassRefPtrWillBeRawPtr<RTCStatsResponseBase> createResponse() = 0;
virtual bool hasSelector() = 0;
virtual MediaStreamComponent* component() = 0;
- virtual void requestSucceeded(PassRefPtr<RTCStatsResponseBase>) = 0;
+ virtual void requestSucceeded(PassRefPtrWillBeRawPtr<RTCStatsResponseBase>) = 0;
protected:
RTCStatsRequest() { }
« no previous file with comments | « Source/platform/mediastream/MediaStreamTrackSourcesRequest.h ('k') | Source/platform/mediastream/RTCStatsResponseBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698