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

Unified Diff: third_party/WebKit/public/platform/WebMediaStreamCenter.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/WebMediaStreamCenter.h
diff --git a/third_party/WebKit/public/platform/WebMediaStreamCenter.h b/third_party/WebKit/public/platform/WebMediaStreamCenter.h
index d3d07bb16bb56a9a88c531edf4916d338951c626..ce41d51c08dceb2b6403e0bc310158307a93ac23 100644
--- a/third_party/WebKit/public/platform/WebMediaStreamCenter.h
+++ b/third_party/WebKit/public/platform/WebMediaStreamCenter.h
@@ -59,7 +59,8 @@ class WebMediaStreamCenter {
return false;
}
- // Caller must take the ownership of the returned |WebAudioSourceProvider| object.
+ // Caller must take the ownership of the returned |WebAudioSourceProvider|
+ // object.
virtual WebAudioSourceProvider* createWebAudioSourceFromMediaStreamTrack(
const WebMediaStreamTrack&) {
return nullptr;
« no previous file with comments | « third_party/WebKit/public/platform/WebMediaStream.h ('k') | third_party/WebKit/public/platform/WebMediaStreamSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698