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

Unified Diff: third_party/WebKit/public/platform/WebSourceBuffer.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/WebSourceBuffer.h
diff --git a/third_party/WebKit/public/platform/WebSourceBuffer.h b/third_party/WebKit/public/platform/WebSourceBuffer.h
index ba65e9b307142a9db7eefd2c72101516edf50452..ed06691a89cd9ff1622455d803188b52c301294f 100644
--- a/third_party/WebKit/public/platform/WebSourceBuffer.h
+++ b/third_party/WebKit/public/platform/WebSourceBuffer.h
@@ -67,7 +67,8 @@ class WebSourceBuffer {
size_t newDataSize) = 0;
// Appends data and runs the segment parser loop algorithm.
- // The algorithm may update |*timestampOffset| if |timestampOffset| is not null.
+ // The algorithm may update |*timestampOffset| if |timestampOffset| is not
+ // null.
// Returns true on success, otherwise the append error algorithm needs to
// run with the decode error parameter set to true.
virtual bool append(const unsigned char* data,
« no previous file with comments | « third_party/WebKit/public/platform/WebSecurityOrigin.h ('k') | third_party/WebKit/public/platform/WebSourceBufferClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698