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

Unified Diff: third_party/WebKit/Source/platform/SharedBuffer.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/SharedBuffer.h
diff --git a/third_party/WebKit/Source/platform/SharedBuffer.h b/third_party/WebKit/Source/platform/SharedBuffer.h
index 1a4d4685797592c80cf4912c697e929f94439335..299e8c1a68677a0533d00fbc3d9d93cfc8e53909 100644
--- a/third_party/WebKit/Source/platform/SharedBuffer.h
+++ b/third_party/WebKit/Source/platform/SharedBuffer.h
@@ -124,9 +124,9 @@ class PLATFORM_EXPORT SharedBuffer : public RefCounted<SharedBuffer> {
return getAsBytesInternal(dest, 0, byteLength);
}
- // Copies "byteLength" bytes from "position"-th bytes (0 origin) of the content
- // data into "dest" as a flat buffer,
- // Returns true on success, otherwise the content of "dest" is not guaranteed.
+ // Copies "byteLength" bytes from "position"-th bytes (0 origin) of the
+ // content data into "dest" as a flat buffer, Returns true on success,
+ // otherwise the content of "dest" is not guaranteed.
HAS_STRICTLY_TYPED_ARG
bool getPartAsBytes(void* dest,
STRICTLY_TYPED_ARG(position),
« no previous file with comments | « third_party/WebKit/Source/platform/PlatformWheelEvent.h ('k') | third_party/WebKit/Source/platform/SharedBufferChunkReader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698