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

Unified Diff: third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h

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/webp/WEBPImageDecoder.h
diff --git a/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h b/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h
index 40e1305cc7b6d68798eb2c2075e1d8fbeafccf09..55a12609567d7cd31701c06eb0a77369b657fbf7 100644
--- a/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h
+++ b/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h
@@ -88,7 +88,8 @@ class PLATFORM_EXPORT WEBPImageDecoder final : public ImageDecoder {
void clear();
void clearDecoder();
- // FIXME: Update libwebp's API so it does not require copying the data on each update.
+ // FIXME: Update libwebp's API so it does not require copying the data on each
+ // update.
sk_sp<SkData> m_consolidatedData;
};

Powered by Google App Engine
This is Rietveld 408576698