|
Remove ImageSource::bytesDecodedToDetermineProperties() and fallout
Since the WebKit split, it always returns zero. Removing it enables us
also to remove the not always up-to-date m_decodedSize and avoid a
quite common assertion failure on GIF animations. No functional
changes expected.
BUG= 288879
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=159433
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+22 lines, -81 lines) |
Patch |
|
M |
Source/core/platform/graphics/BitmapImage.h
|
View
|
|
3 chunks |
+0 lines, -10 lines |
0 comments
|
Download
|
|
M |
Source/core/platform/graphics/BitmapImage.cpp
|
View
|
1
2
3
4
|
10 chunks |
+0 lines, -44 lines |
0 comments
|
Download
|
|
M |
Source/core/platform/graphics/BitmapImageTest.cpp
|
View
|
1
2
3
4
|
4 chunks |
+21 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/platform/graphics/FrameData.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/platform/graphics/GeneratedImage.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/platform/graphics/Image.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/platform/graphics/ImageSource.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/platform/graphics/ImageSource.cpp
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/graphics/SVGImage.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/svg/graphics/SVGImageForContainer.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/web/tests/DragImageTest.cpp
|
View
|
1
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/web/tests/ImageLayerChromiumTest.cpp
|
View
|
1
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
Total messages: 25 (0 generated)
|