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

Unified Diff: third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTestWoPlatform.cpp

Issue 2398453002: Rewrap comments to 80 columns in Source/platform/graphics/. (Closed)
Patch Set: Review feedback 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/graphics/DeferredImageDecoderTestWoPlatform.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTestWoPlatform.cpp b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTestWoPlatform.cpp
index b7d9c4821816b787f24d43236fa550797a4363c9..60892fe5bc6591ebb3c2d7bfaa8e72722593a72b 100644
--- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTestWoPlatform.cpp
+++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTestWoPlatform.cpp
@@ -103,7 +103,8 @@ TEST(DeferredImageDecoderTestWoPlatform, fragmentedSignature) {
buffer, false, ImageDecoder::AlphaPremultiplied,
ImageDecoder::GammaAndColorProfileIgnored));
- // Append the rest of the data. We should be able to sniff the signature now, even if segmented.
+ // Append the rest of the data. We should be able to sniff the signature
+ // now, even if segmented.
buffer->append<size_t>(data + 1, skData->size() - 1);
EXPECT_TRUE(ImageDecoder::hasSufficientDataToSniffImageType(*buffer));
std::unique_ptr<DeferredImageDecoder> decoder =

Powered by Google App Engine
This is Rietveld 408576698