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

Unified Diff: third_party/WebKit/Source/platform/mediastream/MediaStreamCenter.h

Issue 2501623003: Implement MediaStreamTrack contentHint skeleton. (Closed)
Patch Set: ContentHint -> ContentHintType Created 4 years 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: 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*);

Powered by Google App Engine
This is Rietveld 408576698