| Index: third_party/WebKit/Source/platform/mediastream/MediaStreamDescriptor.h
|
| diff --git a/third_party/WebKit/Source/platform/mediastream/MediaStreamDescriptor.h b/third_party/WebKit/Source/platform/mediastream/MediaStreamDescriptor.h
|
| index 7e6dee03ded0e52f13b0d20ae4f2aa530be3ef05..9d423f062a49ec253205650489f3f163e4c5633e 100644
|
| --- a/third_party/WebKit/Source/platform/mediastream/MediaStreamDescriptor.h
|
| +++ b/third_party/WebKit/Source/platform/mediastream/MediaStreamDescriptor.h
|
| @@ -47,8 +47,8 @@ class PLATFORM_EXPORT MediaStreamDescriptorClient
|
| virtual ~MediaStreamDescriptorClient() {}
|
|
|
| virtual void streamEnded() = 0;
|
| - virtual void addRemoteTrack(MediaStreamComponent*) = 0;
|
| - virtual void removeRemoteTrack(MediaStreamComponent*) = 0;
|
| + virtual void addTrackByComponent(MediaStreamComponent*) = 0;
|
| + virtual void removeTrackByComponent(MediaStreamComponent*) = 0;
|
| DEFINE_INLINE_VIRTUAL_TRACE() {}
|
| };
|
|
|
|
|