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

Unified Diff: third_party/WebKit/public/platform/WebMediaStreamSource.h

Issue 2387113002: reflow comments in public/platform/ (Closed)
Patch Set: nit Created 4 years, 2 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
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*);
« no previous file with comments | « third_party/WebKit/public/platform/WebMediaStreamCenter.h ('k') | third_party/WebKit/public/platform/WebMediaStreamTrack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698