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

Unified Diff: third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.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/ico/ICOImageDecoder.h
diff --git a/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.h b/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.h
index 9027502fa3a3410873a15386a5aa0b7f0d305131..dda6d6e6dc13ae363b18a8869b3358826cc21929 100644
--- a/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.h
+++ b/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.h
@@ -93,7 +93,8 @@ class PLATFORM_EXPORT ICOImageDecoder final : public ImageDecoder {
size_t decodeFrameCount() override;
void decode(size_t index) override { decode(index, false); }
- // TODO (scroggo): These functions are identical to functions in BMPImageReader. Share code?
+ // TODO (scroggo): These functions are identical to functions in
+ // BMPImageReader. Share code?
inline uint8_t readUint8(size_t offset) const {
return m_fastReader.getOneByte(m_decodedOffset + offset);
}

Powered by Google App Engine
This is Rietveld 408576698