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

Unified Diff: third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.cpp

Issue 2393633005: reflow comments in core/imagebitmap,core/html/track (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
« no previous file with comments | « third_party/WebKit/Source/core/html/track/vtt/VTTTokenizer.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.cpp
diff --git a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.cpp b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.cpp
index d8c83a3d5801dc3afc0ff5443529bc2cc5b942f9..0355222f31fbed0b9070339883ba1116a650f125 100644
--- a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.cpp
+++ b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.cpp
@@ -249,9 +249,9 @@ void ImageBitmapFactories::ImageBitmapLoader::didFail(FileError::ErrorCode) {
void ImageBitmapFactories::ImageBitmapLoader::scheduleAsyncImageBitmapDecoding(
DOMArrayBuffer* arrayBuffer) {
- // For a 4000*4000 png image where each 10*10 tile is filled in by a random RGBA value,
- // the byteLength is around 2M, and it typically takes around 4.5ms to decode on a
- // current model of Linux desktop.
+ // For a 4000*4000 png image where each 10*10 tile is filled in by a random
+ // RGBA value, the byteLength is around 2M, and it typically takes around
+ // 4.5ms to decode on a current model of Linux desktop.
const int longTaskByteLengthThreshold = 2000000;
BackgroundTaskRunner::TaskSize taskSize =
BackgroundTaskRunner::TaskSizeShortRunningTask;
« no previous file with comments | « third_party/WebKit/Source/core/html/track/vtt/VTTTokenizer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698