| Index: third_party/WebKit/Source/platform/mediastream/MediaStreamCenter.h
|
| diff --git a/third_party/WebKit/Source/platform/mediastream/MediaStreamCenter.h b/third_party/WebKit/Source/platform/mediastream/MediaStreamCenter.h
|
| index 598654e8d504ca3a288426c3ffd9b2cb98a3246d..03d45bfadb20ee10a05ba2d8c630738fc6c052f4 100644
|
| --- a/third_party/WebKit/Source/platform/mediastream/MediaStreamCenter.h
|
| +++ b/third_party/WebKit/Source/platform/mediastream/MediaStreamCenter.h
|
| @@ -59,6 +59,7 @@ class PLATFORM_EXPORT MediaStreamCenter final
|
|
|
| void didCreateMediaStreamTrack(MediaStreamComponent*);
|
| void didSetMediaStreamTrackEnabled(MediaStreamComponent*);
|
| + void didSetContentHint(MediaStreamComponent*);
|
| bool didStopMediaStreamTrack(MediaStreamComponent*);
|
| std::unique_ptr<AudioSourceProvider> createWebAudioSourceFromMediaStreamTrack(
|
| MediaStreamComponent*);
|
|
|