Index: third_party/WebKit/public/platform/WebMediaStreamSource.h |
diff --git a/third_party/WebKit/public/platform/WebMediaStreamSource.h b/third_party/WebKit/public/platform/WebMediaStreamSource.h |
index 5e7f7ba4ec5932102f2a7e6129d83988702bb9b3..802c3bf21b5b6dee1f29eeee7da3650e31a2cd71 100644 |
--- a/third_party/WebKit/public/platform/WebMediaStreamSource.h |
+++ b/third_party/WebKit/public/platform/WebMediaStreamSource.h |
@@ -104,8 +104,8 @@ class WebMediaStreamSource { |
BLINK_PLATFORM_EXPORT ReadyState getReadyState() const; |
// Extra data associated with this object. |
- // If non-null, the extra data pointer will be deleted when the object is destroyed. |
- // Setting the extra data pointer will cause any existing non-null |
+ // If non-null, the extra data pointer will be deleted when the object is |
+ // destroyed. Setting the extra data pointer will cause any existing non-null |
// extra data pointer to be deleted. |
BLINK_PLATFORM_EXPORT ExtraData* getExtraData() const; |
BLINK_PLATFORM_EXPORT void setExtraData(ExtraData*); |
@@ -113,8 +113,8 @@ class WebMediaStreamSource { |
BLINK_PLATFORM_EXPORT WebMediaConstraints constraints(); |
// Only used if if this is a WebAudio source. |
- // The WebAudioDestinationConsumer is not owned, and has to be disposed of separately |
- // after calling removeAudioConsumer. |
+ // The WebAudioDestinationConsumer is not owned, and has to be disposed of |
+ // separately after calling removeAudioConsumer. |
BLINK_PLATFORM_EXPORT bool requiresAudioConsumer() const; |
BLINK_PLATFORM_EXPORT void addAudioConsumer(WebAudioDestinationConsumer*); |
BLINK_PLATFORM_EXPORT bool removeAudioConsumer(WebAudioDestinationConsumer*); |