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

Unified Diff: third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.h

Issue 2387093002: Reflow comments in canvas-related folders (Closed)
Patch Set: More fix 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.h
diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.h b/third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.h
index ac49555e53f7ef664556cab584d2c2e7f71aeb1f..5d8f5f8e7a93608c66d6c9cf71eefdb79a107b57 100644
--- a/third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.h
+++ b/third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.h
@@ -38,14 +38,16 @@ class CORE_EXPORT CanvasAsyncBlobCreator
MimeTypeWebp,
NumberOfMimeTypeSupported
};
- // This enum is used to back an UMA histogram, and should therefore be treated as append-only.
+ // This enum is used to back an UMA histogram, and should therefore be treated
+ // as append-only.
enum IdleTaskStatus {
IdleTaskNotStarted,
IdleTaskStarted,
IdleTaskCompleted,
IdleTaskFailed,
IdleTaskSwitchedToMainThreadTask,
- IdleTaskNotSupported, // Idle tasks are not implemented for some image types
+ IdleTaskNotSupported, // Idle tasks are not implemented for some image
+ // types
IdleTaskCount, // Should not be seen in production
};
// Methods are virtual for mocking in unit tests
@@ -105,8 +107,8 @@ class CORE_EXPORT CanvasAsyncBlobCreator
// JPEG
bool initializeJpegStruct(double quality);
- void
- encodeRowsJpegOnMainThread(); // Similar to idleEncodeRowsJpeg without deadline
+ void encodeRowsJpegOnMainThread(); // Similar to idleEncodeRowsJpeg without
+ // deadline
// WEBP
void encodeImageOnEncoderThread(double quality);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698