| 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);
|
| }
|
|
|
|
|