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

Unified Diff: third_party/WebKit/Source/platform/blob/BlobData.h

Issue 2390833002: reflow comments in platform/{animation,blob,clipboard,exported} (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/blob/BlobData.h
diff --git a/third_party/WebKit/Source/platform/blob/BlobData.h b/third_party/WebKit/Source/platform/blob/BlobData.h
index a9be3d7ccf22590b9f5877139e32a03fef031f9a..8ce648ae99b6ff9b89a14f283d087f622cfbf919 100644
--- a/third_party/WebKit/Source/platform/blob/BlobData.h
+++ b/third_party/WebKit/Source/platform/blob/BlobData.h
@@ -163,7 +163,8 @@ class PLATFORM_EXPORT BlobData {
void appendBytes(const void*, size_t length);
void appendData(PassRefPtr<RawData>, long long offset, long long length);
- // Do not use this version, please provide an offset and length (crbug.com/548512).
+ // Do not use this version, please provide an offset and length
+ // (crbug.com/548512).
void appendFile(const String& path);
void appendFile(const String& path,
long long offset,
@@ -179,7 +180,8 @@ class PLATFORM_EXPORT BlobData {
void appendText(const String&, bool normalizeLineEndingsToNative);
// The value of the size property for a Blob who has this data.
- // BlobDataItem::toEndOfFile if the Blob has a file whose size was not yet determined.
+ // BlobDataItem::toEndOfFile if the Blob has a file whose size was not yet
+ // determined.
long long length() const;
private:

Powered by Google App Engine
This is Rietveld 408576698