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

Unified Diff: third_party/WebKit/Source/platform/SharedBufferChunkReader.h

Issue 2388303002: reflow comments in platform/ (Closed)
Patch Set: 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/Source/platform/SharedBufferChunkReader.h
diff --git a/third_party/WebKit/Source/platform/SharedBufferChunkReader.h b/third_party/WebKit/Source/platform/SharedBufferChunkReader.h
index 0faa7fd4e4456b0a165a86cb761ad40e7129d696..957ad0216b8f5b857edad1d7c56123dbcf047f0b 100644
--- a/third_party/WebKit/Source/platform/SharedBufferChunkReader.h
+++ b/third_party/WebKit/Source/platform/SharedBufferChunkReader.h
@@ -60,8 +60,10 @@ class PLATFORM_EXPORT SharedBufferChunkReader final {
// Returns a null string when the end of the buffer has been reached.
String nextChunkAsUTF8StringWithLatin1Fallback(bool includeSeparator = false);
- // Reads size bytes at the current location in the buffer, without changing the buffer position.
- // Returns the number of bytes read. That number might be less than the specified size if the end of the buffer was reached.
+ // Reads size bytes at the current location in the buffer, without changing
+ // the buffer position.
+ // Returns the number of bytes read. That number might be less than the
+ // specified size if the end of the buffer was reached.
size_t peek(Vector<char>&, size_t);
private:
« no previous file with comments | « third_party/WebKit/Source/platform/SharedBuffer.h ('k') | third_party/WebKit/Source/platform/SharedBufferTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698