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

Unified Diff: third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.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/ico/ICOImageDecoder.cpp
diff --git a/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp b/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp
index 96011a494b66d24a3969a23cce41b6059af0f494..54d81de3972fe9b868aea05840eb57025c264984 100644
--- a/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp
+++ b/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp
@@ -98,9 +98,9 @@ bool ICOImageDecoder::setFailed() {
}
bool ICOImageDecoder::hotSpot(IntPoint& hotSpot) const {
- // When unspecified, the default frame is always frame 0. This is consistent with
- // BitmapImage where currentFrame() starts at 0 and only increases when animation is
- // requested.
+ // When unspecified, the default frame is always frame 0. This is consistent
+ // with BitmapImage, where currentFrame() starts at 0 and only increases when
+ // animation is requested.
return hotSpotAtIndex(0, hotSpot);
}

Powered by Google App Engine
This is Rietveld 408576698