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

Unified Diff: third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.cpp

Issue 2385993002: Rewrap comments to 80 columns in Source/platform/image-decoders/. (Closed)
Patch Set: Rewrite comment 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/image-decoders/ImageDecoderTestHelpers.cpp
diff --git a/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.cpp b/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.cpp
index 0655655634e92f49e742b81c887bdd94baaa1d5c..6edafe91c786f962b573cfc088a2cd439ebb822b 100644
--- a/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.cpp
+++ b/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.cpp
@@ -80,7 +80,8 @@ void testByteByByteDecode(DecoderCreator createDecoder,
++length) {
sourceData[0]->append(source, 1u);
sourceData[1]->append(source++, 1u);
- // Alternate the buffers to cover the JPEGImageDecoder::onSetData restart code.
+ // Alternate the buffers to cover the JPEGImageDecoder::onSetData restart
+ // code.
decoder->setData(sourceData[length & 1].get(), length == data->size());
EXPECT_LE(frameCount, decoder->frameCount());

Powered by Google App Engine
This is Rietveld 408576698