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

Unified Diff: Source/modules/mediastream/RTCStatsRequestImpl.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
« no previous file with comments | « Source/modules/mediastream/RTCStatsReport.idl ('k') | Source/modules/mediastream/RTCStatsRequestImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/RTCStatsRequestImpl.h
diff --git a/Source/modules/mediastream/RTCStatsRequestImpl.h b/Source/modules/mediastream/RTCStatsRequestImpl.h
index 23708e7c9b765bc9b2dea67662b52a8083354b03..eb3b08e8c7c5f59c81b89141c004d1b3ffec4083 100644
--- a/Source/modules/mediastream/RTCStatsRequestImpl.h
+++ b/Source/modules/mediastream/RTCStatsRequestImpl.h
@@ -42,11 +42,11 @@ public:
static PassRefPtr<RTCStatsRequestImpl> create(ExecutionContext*, PassOwnPtr<RTCStatsCallback>, PassRefPtr<MediaStreamTrack>);
virtual ~RTCStatsRequestImpl();
- virtual PassRefPtr<RTCStatsResponseBase> createResponse() OVERRIDE;
+ virtual PassRefPtrWillBeRawPtr<RTCStatsResponseBase> createResponse() OVERRIDE;
virtual bool hasSelector() OVERRIDE;
virtual MediaStreamComponent* component() OVERRIDE;
- virtual void requestSucceeded(PassRefPtr<RTCStatsResponseBase>) OVERRIDE;
+ virtual void requestSucceeded(PassRefPtrWillBeRawPtr<RTCStatsResponseBase>) OVERRIDE;
// ActiveDOMObject
virtual void stop() OVERRIDE;
« no previous file with comments | « Source/modules/mediastream/RTCStatsReport.idl ('k') | Source/modules/mediastream/RTCStatsRequestImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698